Skip to content

Commit

Permalink
gentoolkit: fix flake8 lint error (F401, unused import)
Browse files Browse the repository at this point in the history
pym/gentoolkit/dependencies.py:24:1: F401 'gentoolkit.helpers.uniqify' imported but unused

Fixes: c030051
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Feb 17, 2024
1 parent f7a80ce commit 678a190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pym/gentoolkit/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

from gentoolkit import errors
from gentoolkit.atom import Atom
from gentoolkit.helpers import uniqify
from gentoolkit.query import Query

# =======
Expand Down

0 comments on commit 678a190

Please sign in to comment.