Remove unused import

This commit is contained in:
D. Berge
2024-05-03 11:46:16 +02:00
parent 3488c8bf4d
commit 995e0b9f81

View File

@@ -7,7 +7,6 @@ P1/11 parsing functions.
import math
import re
from datetime import datetime, timedelta, timezone
from parse_fwr import parse_fwr
def _int (string):
return int(float(string))