Skip to content

Commit

Permalink
Removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
CulmoneY committed Nov 21, 2024
1 parent 400d81b commit ae5e89d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ requires-python = ">=3.9"
dev = [
"hypothesis",
"inflection",
"mypy",
"myst-parser",
"pre-commit",
"pytest",
Expand Down
2 changes: 0 additions & 2 deletions python_ta/checkers/static_type_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ def __init__(self, linter: Optional["PyLinter"] = None) -> None:
)
def visit_module(self, node: nodes.Module) -> None:
"""Run Mypy on the current module and collect type errors."""
print("Visiting module")
filename = node.file
print(f"Filename: {filename}")
mypy_options = [
"--ignore-missing-imports",
"--disable-error-code=call-arg",
Expand Down

0 comments on commit ae5e89d

Please sign in to comment.