Skip to content

Commit

Permalink
Remove unnecessary import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
newwingbird committed Oct 11, 2024
1 parent 99f8900 commit eed67e2
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion comtypes/client/_events.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import print_function
import ctypes
import traceback
import comtypes
Expand Down
1 change: 0 additions & 1 deletion comtypes/client/_generate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import print_function
import ctypes
import importlib
import inspect
Expand Down
1 change: 0 additions & 1 deletion comtypes/shelllink.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import print_function
from ctypes import c_char_p, c_int, c_short, c_wchar_p
from ctypes import POINTER
from ctypes import byref, create_string_buffer, create_unicode_buffer
Expand Down
1 change: 0 additions & 1 deletion comtypes/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# comtypes.test package.

from __future__ import print_function
import ctypes
import getopt
import os
Expand Down
1 change: 0 additions & 1 deletion comtypes/test/find_memleak.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import print_function
import unittest, gc
from ctypes import *
from ctypes.wintypes import *
Expand Down
1 change: 0 additions & 1 deletion comtypes/test/test_agilent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# is installed. It is not requires to have a physical instrument
# connected, the driver is used in simulation mode.

from __future__ import print_function
import unittest
from comtypes.test import ResourceDenied
from comtypes.client import CreateObject
Expand Down
2 changes: 0 additions & 2 deletions comtypes/test/test_createwrappers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import glob
import os
import unittest
Expand Down
1 change: 0 additions & 1 deletion comtypes/test/test_excel.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: latin-1 -*-
from __future__ import print_function

import datetime
import sys
Expand Down
2 changes: 0 additions & 2 deletions comtypes/test/test_variant.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import datetime
import decimal
import sys
Expand Down

0 comments on commit eed67e2

Please sign in to comment.