From 1e5d1a252872f6cff46b5623aeefa0d988a3448d Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Thu, 22 Aug 2024 17:53:54 -0600 Subject: [PATCH] Cleanup unused struct import --- pyasic/settings/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyasic/settings/__init__.py b/pyasic/settings/__init__.py index 5a6b24a0..5fbc0b5e 100644 --- a/pyasic/settings/__init__.py +++ b/pyasic/settings/__init__.py @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and - # limitations under the License. - # ------------------------------------------------------------------------------ -import struct from ssl import SSLContext from typing import Any, Union