Skip to content

Commit

Permalink
Avoid polluting namespace in xlib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer committed Apr 1, 2021
1 parent 2b486e6 commit 2667c8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions xlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
X11 related classes and functions.
"""

# pylint: disable=wildcard-import
# pylint: disable=unused-wildcard-import

import collections

from ctypes import *
from ctypes import c_bool, c_char_p, c_int, c_short, c_void_p, \
CDLL, POINTER, Structure, byref


class Xlib:
Expand Down

0 comments on commit 2667c8a

Please sign in to comment.