Skip to content

Commit

Permalink
Fix pep8 error
Browse files Browse the repository at this point in the history
The following error is found by pep8.

```
./pifpaf/__main__.py:18:1: F401 'operator' imported but unused
import operator
```
  • Loading branch information
kajinamit committed Feb 4, 2024
1 parent bcd836e commit 35af0d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pifpaf/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

import importlib.metadata
import logging
import operator
import os
import signal
import sys
Expand Down

0 comments on commit 35af0d7

Please sign in to comment.