Skip to content

Commit e4d6750

Browse files
committed
Remove some unused imports
1 parent bdf3d21 commit e4d6750

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

pygccxml/binary_parsers/parsers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@
1717

1818
import os
1919
import re
20-
import sys
2120
import platform
22-
import ctypes
2321
from . import undname
2422
import warnings
2523
import subprocess
26-
from .. import utils
2724
from .. import declarations
2825

2926
# import exceptions

pygccxml/declarations/algorithm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
"""defines few unrelated algorithms, that works on declarations"""
77

8-
import types
9-
108

119
def declaration_path(decl, with_defaults=True):
1210
"""

0 commit comments

Comments
 (0)