remove useless import
This commit is contained in:
parent
d47777830d
commit
b3d606fa6f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import sys
|
||||||
import textwrap
|
import textwrap
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from functools import cache
|
from functools import cache
|
||||||
from datetime import datetime, time
|
from datetime import datetime
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
import toml
|
import toml
|
||||||
|
|
Loading…
Reference in a new issue