Skip to content

Commit

Permalink
fix: linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Jul 18, 2024
1 parent a1b3262 commit 2645fd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tests/backend/fixtures/cloud_deploy_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
from writer.command_line import main




def create_app():
class State:
log_counter = 0
Expand Down
2 changes: 1 addition & 1 deletion tests/backend/test_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from click.testing import CliRunner
from writer.command_line import main

from backend.fixtures.cloud_deploy_fixtures import use_fake_cloud_deploy_server
from backend.fixtures.cloud_deploy_fixtures import use_fake_cloud_deploy_server


def _assert_warning(result, url = "https://my-app.com"):
Expand Down

0 comments on commit 2645fd6

Please sign in to comment.