mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 18:40:23 +01:00
Lot of missing imports, dev didn't notice i think
Added imports for json, hashlib, and date modules.
This commit is contained in:
@@ -29,7 +29,10 @@
|
||||
#from typing import IO
|
||||
|
||||
import requests # type: ignore
|
||||
import json
|
||||
import sys
|
||||
import hashlib
|
||||
from datetime import date
|
||||
from typing import IO
|
||||
|
||||
HEAD = """\
|
||||
|
||||
Reference in New Issue
Block a user