Skip to content

Commit 368ebf5

Browse files
authored
fix indentation
1 parent 8fa1571 commit 368ebf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adafruit_logging.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363

6464
try:
6565
from typing import Optional
66-
try:
67-
from typing import Protocol
68-
except ImportError:
69-
from typing_extensions import Protocol
66+
try:
67+
from typing import Protocol
68+
except ImportError:
69+
from typing_extensions import Protocol
7070

7171
class WriteableStream(Protocol):
7272
"""Any stream that can ``write`` strings"""

0 commit comments

Comments
 (0)