Skip to content

Commit 32fafd9

Browse files
Avasamvasily-v-ryabov
authored andcommitted
Removed unused imports
1 parent 333fbcb commit 32fafd9

File tree

6 files changed

+2
-7
lines changed

6 files changed

+2
-7
lines changed

Xlib/ext/composite.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
graphics.
3434
"""
3535

36-
from Xlib import X
3736
from Xlib.protocol import rq
3837
from Xlib.xobject import drawable
3938

Xlib/ext/damage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
from Xlib import X
2424
from Xlib.protocol import rq, structs
25-
from Xlib.xobject import resource
2625
from Xlib.error import XError
2726

2827
extname = 'DAMAGE'

Xlib/ext/dpms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
Documentation: https://www.x.org/releases/X11R7.7/doc/xextproto/dpms.html
2828
'''
2929

30-
from Xlib import X
3130
from Xlib.protocol import rq
3231

3332
extname = 'DPMS'

Xlib/ext/randr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"""
3535

3636

37-
from tkinter import W
37+
W = "w"
3838
from Xlib import X
3939
from Xlib.protocol import rq, structs
4040

Xlib/ext/record.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# Suite 330,
2020
# Boston, MA 02111-1307 USA
2121

22-
from Xlib import X
2322
from Xlib.protocol import rq
2423

2524
extname = 'RECORD'

Xlib/ext/xfixes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
ShowCursor requests and SelectionNotify events are provided.
2626
'''
2727

28-
from Xlib import X
29-
from Xlib.protocol import rq, structs
28+
from Xlib.protocol import rq
3029

3130
extname = 'XFIXES'
3231

0 commit comments

Comments
 (0)