Skip to content

Commit

Permalink
utils.py: Remove unused pathlib import
Browse files Browse the repository at this point in the history
As pointed out by flake8 and pylint:

  utils.py:5:1: F401 'pathlib' imported but unused

  utils.py:5:0: W0611: Unused import pathlib (unused-import)

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Dec 4, 2022
1 parent ab83755 commit b6dcc8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils.py
Expand Up @@ -2,7 +2,6 @@
# Description: Common helper functions

import hashlib
import pathlib
import shutil
import sys
import subprocess
Expand Down

0 comments on commit b6dcc8b

Please sign in to comment.