Skip to content

Commit

Permalink
STY: Remove global statement (#3129)
Browse files Browse the repository at this point in the history
Unnecessary for dict modification.
  • Loading branch information
j-t-1 authored Feb 16, 2025
1 parent 87d8097 commit 038662a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pypdf/_codecs/adobe_glyphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13961,7 +13961,6 @@


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

0 comments on commit 038662a

Please sign in to comment.