Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-fs committed Oct 7, 2023
1 parent 63d9aca commit 094d6e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/pybuild_deps/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ def error(self, message: str, *args: Any, **kwargs: Any) -> None:
kwargs.setdefault("fg", "red")
self.log(message, *args, **kwargs)


log = Logger()
2 changes: 0 additions & 2 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ def runner() -> CliRunner:
return CliRunner()




def test_main_succeeds(runner: CliRunner) -> None:
"""It exits with a status code of zero."""
result = runner.invoke(__main__.cli)
Expand Down

0 comments on commit 094d6e6

Please sign in to comment.