mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
Somehow it made it through CI.
This commit is contained in:
committed by
GitHub
parent
4fc95d2d71
commit
edcaae6290
@@ -89,11 +89,6 @@ class Workload:
|
||||
def __del__(self):
|
||||
self.stop()
|
||||
|
||||
def stop(self):
|
||||
if self._endpoint is not None:
|
||||
self._endpoint.stop()
|
||||
self._endpoint = None
|
||||
|
||||
def init(self, pageserver_id: Optional[int] = None):
|
||||
endpoint = self.endpoint(pageserver_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user