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 485e163 commit 71a0588
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions adodbapi/test/adodbapitest.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,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

0 comments on commit 71a0588

Please sign in to comment.