Skip to content

Commit

Permalink
Extract adodbapi changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jul 28, 2024
1 parent b0a7dce commit c88531e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion adodbapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# nopycln: file # undecidable cases due to explicit re-exports https://github.com/hadialqattan/pycln/issues/205
"""adodbapi - A python DB API 2.0 (PEP 249) interface to Microsoft ADO
Copyright (C) 2002 Henrik Ekelund, version 2.1 by Vernon Cole
Expand Down
1 change: 1 addition & 0 deletions adodbapi/test/adodbapitest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

import adodbapitestconfig as config # run the configuration module. # will set sys.path to find correct version of adodbapi
import tryconnection # in our code below, all our switches are from config.whatever
import win32com.client

import adodbapi
import adodbapi.apibase as api
Expand Down

0 comments on commit c88531e

Please sign in to comment.