1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

remove useless import

This commit is contained in:
OniriCorpe 2024-05-01 23:00:44 +02:00 committed by OniriCorpe
parent fd77292aa9
commit ccf3ab04a4

View file

@ -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