Skip to content

Commit

Permalink
just keep on linting
Browse files Browse the repository at this point in the history
  • Loading branch information
camillol committed Jun 3, 2024
1 parent 27905c2 commit 7d5dc12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcst/helpers/tests/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def test_calculate_module_and_package_using_pyproject_toml(
},
}
repo_root = Path("/home/user/root").resolve()
fake_root = repo_root.parent.parent.parent
fake_root: Path = repo_root.parent.parent.parent

def mock_exists(path: PurePath) -> bool:
parts = path.relative_to(fake_root).parts
Expand Down
2 changes: 1 addition & 1 deletion libcst/metadata/tests/test_metadata_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# LICENSE file in the root directory of this source tree.


from typing import Any, Optional
from typing import Optional
from unittest.mock import Mock

import libcst as cst
Expand Down

0 comments on commit 7d5dc12

Please sign in to comment.