Skip to content

Commit eec5584

Browse files
authored
Appease flake8 (#1081)
1 parent 8b3000a commit eec5584

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/splitunihan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def ParseFile(in_file, root_path):
5353

5454

5555
def main():
56-
global _prop_data
5756
root_path = sys.argv[1]
5857
pattern = os.path.join(root_path, "Unihan*.txt")
5958
paths = glob.glob(pattern)

0 commit comments

Comments
 (0)