Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2024
1 parent a341a6d commit 0674c50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deployer/commands/generate/cryptnono_config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from deployer.cli_app import generate_app
from pathlib import Path
import subprocess
import shutil
import subprocess
from pathlib import Path

from deployer.cli_app import generate_app

HERE = Path(__file__).parent
REPO_ROOT_PATH = HERE.parent.parent.parent.parent
Expand Down

0 comments on commit 0674c50

Please sign in to comment.