Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Commit

Permalink
fix lint/sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Jun 26, 2022
1 parent 2855d0c commit b43bff2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion blue_chip/tasks/linting.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from blue_chip import config, constants


__all__ = ["cfg_lint", "lint"]


Expand Down
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_for_fire():
def test_noarg_cli_task(cmd):
cmplt_process = subprocess.run(["bcp", cmd])
print(cmplt_process.stdout)
assert cmplt_process.returncode is 0
assert cmplt_process.returncode == 0


@pytest.mark.parametrize(
Expand Down

0 comments on commit b43bff2

Please sign in to comment.