Skip to content

Commit

Permalink
QA: Apply isort suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 2, 2023
1 parent 19a917e commit 551e006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpio/__init__.py
Expand Up @@ -7,8 +7,8 @@
from collections.abc import Iterable
except ImportError:
from collections import Iterable
import os

import os

_export_lock = Lock()
_open_pins = {}
Expand Down

0 comments on commit 551e006

Please sign in to comment.