Skip to content

Commit

Permalink
Fix mypy issues with the stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Jan 30, 2022
1 parent 26fca0e commit 061f4c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[mypy]


Binary file modified requirements.txt
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/test_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

import pytest

from logger import log
from logger import verbosity
from common.logger import log
from common.logger import verbosity

def test_log_too_verbose(capsys: pytest.CaptureFixture):
log("", "test")
Expand Down

0 comments on commit 061f4c4

Please sign in to comment.