mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:17:09 +00:00
Remove unused import
This commit is contained in:
@@ -7,7 +7,6 @@ P1/11 parsing functions.
|
|||||||
import math
|
import math
|
||||||
import re
|
import re
|
||||||
from datetime import datetime, timedelta, timezone
|
from datetime import datetime, timedelta, timezone
|
||||||
from parse_fwr import parse_fwr
|
|
||||||
|
|
||||||
def _int (string):
|
def _int (string):
|
||||||
return int(float(string))
|
return int(float(string))
|
||||||
|
|||||||
Reference in New Issue
Block a user