Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
weebzone authored Nov 20, 2022
1 parent 35ec491 commit 28ce20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re
from PIL import Image
from os import environ, remove
from os import environ, remove, path as ospath, mkdir
from logging import getLogger, FileHandler, StreamHandler, INFO, basicConfig, error as log_error, info as log_info, warning as log_warning
from socket import setdefaulttimeout
from urllib.request import urlretrieve
Expand Down

0 comments on commit 28ce20e

Please sign in to comment.