Skip to content

Commit

Permalink
deduped imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Mar 17, 2024
1 parent 48cc3d0 commit fef1f02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions adodbapi/adodbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,12 @@
import weakref
from collections.abc import Mapping

import pythoncom
import pywintypes
from win32com.client import Dispatch

from . import ado_consts as adc, apibase as api, process_connect_string

try:
import pythoncom
import pywintypes
import win32com.client
from win32com.client import Dispatch

onWin32 = True
except ImportError:
Expand Down

0 comments on commit fef1f02

Please sign in to comment.