Skip to content

Commit 26b2411

Browse files
authored
Merge pull request #91 from Neradoc/patch-1
From types in the try/catch clause
2 parents 2c5c93a + 769e8e3 commit 26b2411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_requests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Requests.git"
3838

3939
import errno
40-
from types import TracebackType
4140

4241
try:
4342
from typing import Union, TypeVar, Optional, Dict, Any, List, Type
4443
import types
44+
from types import TracebackType
4545
import ssl
4646
import adafruit_esp32spi.adafruit_esp32spi_socket as esp32_socket
4747
import adafruit_wiznet5k.adafruit_wiznet5k_socket as wiznet_socket

0 commit comments

Comments
 (0)