Skip to content

Commit

Permalink
style: fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri committed Jan 29, 2025
1 parent c3d739f commit 6c182b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/spread/rockcraft/plugin-uv/src/test_uv/__main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import black # Test the importing of a non-stdlib module
# Test the importing of a non-stdlib module
import black # pyright: ignore[reportMissingImports]

# "Use" it without using it so linters don't complain
_ = black


def main():
print("Hello from uv")

Expand Down

0 comments on commit 6c182b6

Please sign in to comment.