Skip to content

Commit 038662a

Browse files
authored
STY: Remove global statement (#3129)
Unnecessary for dict modification.
1 parent 87d8097 commit 038662a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pypdf/_codecs/adobe_glyphs.py

-1
Original file line numberDiff line numberDiff line change
@@ -13961,7 +13961,6 @@
1396113961

1396213962

1396313963
def _complete() -> None:
13964-
global adobe_glyphs
1396513964
for i in range(256):
1396613965
adobe_glyphs[f"/a{i}"] = chr(i)
1396713966
adobe_glyphs["/.notdef"] = "□"

0 commit comments

Comments
 (0)