Skip to content

Commit

Permalink
glob の import が漏れていた
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Jan 19, 2024
1 parent d9301fe commit 7c7013a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import argparse
import multiprocessing
import hashlib
import glob
from typing import Callable, NamedTuple, Optional, List, Union, Dict
if platform.system() == 'Windows':
import winreg
Expand Down

0 comments on commit 7c7013a

Please sign in to comment.