diff roundup/anypy/ssl_.py @ 7767:d5d7ecd31864

chore: sort imports w/ ruff.
author John Rouillard <rouilj@ieee.org>
date Sat, 02 Mar 2024 04:10:40 -0500
parents 07ce4e4110f5
children
line wrap: on
line diff
--- a/roundup/anypy/ssl_.py	Sat Mar 02 04:01:22 2024 -0500
+++ b/roundup/anypy/ssl_.py	Sat Mar 02 04:10:40 2024 -0500
@@ -3,4 +3,4 @@
     from ssl import SSLError
 except (ImportError, AttributeError):
     # Python 2.5-2.7
-    from socket import sslerror as SSLError    # noqa: F401
+    from socket import sslerror as SSLError  # noqa: F401

Roundup Issue Tracker: http://roundup-tracker.org/