Skip to content

Commit

Permalink
Merge pull request #91 from Neradoc/patch-1
Browse files Browse the repository at this point in the history
From types in the try/catch clause
  • Loading branch information
dhalbert authored Dec 28, 2021
2 parents 2c5c93a + 769e8e3 commit 26b2411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Requests.git"

import errno
from types import TracebackType

try:
from typing import Union, TypeVar, Optional, Dict, Any, List, Type
import types
from types import TracebackType
import ssl
import adafruit_esp32spi.adafruit_esp32spi_socket as esp32_socket
import adafruit_wiznet5k.adafruit_wiznet5k_socket as wiznet_socket
Expand Down

0 comments on commit 26b2411

Please sign in to comment.