Skip to content

Commit

Permalink
Run pycln
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 19, 2024
1 parent 6a858dc commit 3a9e6cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion Pythonwin/pywin/framework/intpyapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import sys
import traceback
from collections.abc import Iterable, Sequence
from collections.abc import Sequence

import __main__
import commctrl
Expand Down
9 changes: 0 additions & 9 deletions adodbapi/test/adodbapitest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import decimal
import random
import string
import sys
import time
import unittest

Expand All @@ -37,14 +36,6 @@
import adodbapi
import adodbapi.apibase as api

try:
import adodbapi.ado_consts as ado_consts
except ImportError: # we are doing a shortcut import as a module -- so
try:
import ado_consts
except ImportError:
from adodbapi import ado_consts


def randomstring(length):
return "".join([random.choice(string.ascii_letters) for n in range(32)])
Expand Down
1 change: 0 additions & 1 deletion adodbapi/test/dbapi20.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
__version__ = "$Revision: 1.15.0 $"[11:-2]
__author__ = "Stuart Bishop <[email protected]>"

import sys
import time
import unittest

Expand Down

0 comments on commit 3a9e6cb

Please sign in to comment.