Skip to content

Commit 69f6c74

Browse files
committed
ruff format
1 parent b4ed688 commit 69f6c74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pymysql/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
THE SOFTWARE.
2323
"""
24+
2425
import sys
2526

2627
from .constants import FIELD_TYPE

pymysql/_auth.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Implements auth methods
33
"""
4+
45
from .err import OperationalError
56

67

0 commit comments

Comments
 (0)