Skip to content

Commit 2c45b05

Browse files
julian-smith-artifex-comJorjMcKie
authored andcommitted
src/table.py: fix errors with latest flake8.
1 parent 33fe7a9 commit 2c45b05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/table.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ def __getitem__(self, i):
18831883
# -----------------------------------------------------------------------------
18841884
def make_chars(page, clip=None):
18851885
"""Extract text as "rawdict" to fill CHARS."""
1886-
global CHARS, TEXTPAGE
1886+
global TEXTPAGE
18871887
page_number = page.number + 1
18881888
page_height = page.rect.height
18891889
ctm = page.transformation_matrix
@@ -1943,7 +1943,6 @@ def make_chars(page, clip=None):
19431943
# else to lines.
19441944
# ------------------------------------------------------------------------
19451945
def make_edges(page, clip=None, tset=None, add_lines=None):
1946-
global EDGES
19471946
snap_x = tset.snap_x_tolerance
19481947
snap_y = tset.snap_y_tolerance
19491948
min_length = tset.edge_min_length

0 commit comments

Comments
 (0)