Skip to content

Commit

Permalink
Add more shit
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende authored Jan 20, 2024
1 parent fb678f3 commit 4c82ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from pathlib import Path
import foo

Check failure on line 8 in files.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (F401)

files.py:8:8: F401 `foo` imported but unused
import bar

Check failure on line 9 in files.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (F401)

files.py:9:8: F401 `bar` imported but unused
import baz

Check failure on line 10 in files.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (F401)

files.py:10:8: F401 `baz` imported but unused

from gi.repository import Gio

Expand Down

0 comments on commit 4c82ac9

Please sign in to comment.