Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
grega committed Nov 23, 2023
1 parent 84e3101 commit d60686f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildhat/serinterface.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""Build HAT handling functionality"""

import logging
import os
import queue
import tempfile
import threading
import time
import os
from enum import Enum
from threading import Condition, Timer

Expand Down

0 comments on commit d60686f

Please sign in to comment.