From b3d606fa6f2abadbb35ca7d88649fdeff0363a02 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 1 May 2024 23:00:44 +0200 Subject: [PATCH] remove useless import --- autoupdate_app_sources/autoupdate_app_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate_app_sources/autoupdate_app_sources.py b/autoupdate_app_sources/autoupdate_app_sources.py index 6841c0a..9ae7127 100755 --- a/autoupdate_app_sources/autoupdate_app_sources.py +++ b/autoupdate_app_sources/autoupdate_app_sources.py @@ -11,7 +11,7 @@ import sys import textwrap from pathlib import Path from functools import cache -from datetime import datetime, time +from datetime import datetime import requests import toml