Skip to content

Commit d8cf13c

Browse files
fix: linters
1 parent 885f3f5 commit d8cf13c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

operate/services/manage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ async def funding_job(
13631363
await asyncio.sleep(60)
13641364

13651365
def _set_env_variables(self, hash: str) -> None:
1366-
self.logger.info(f"_set_env_variables - not implemented")
1366+
self.logger.info(f"_set_env_variables {hash} - not implemented")
13671367

13681368
def deploy_service_locally(self, hash: str, force: bool = True) -> Deployment:
13691369
"""

operate/services/service.py

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
)
6868
from operate.http.exceptions import NotAllowed
6969
from operate.keys import Keys
70-
from operate.ledger.profiles import STAKING
7170
from operate.resource import LocalResource
7271
from operate.services.deployment_runner import run_host_deployment, stop_host_deployment
7372
from operate.services.utils import tendermint

0 commit comments

Comments
 (0)