Skip to content

Commit f01d82b

Browse files
committed
optimize imports
1 parent bc942b7 commit f01d82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymt5adapter/calendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import enum
22
import functools
3+
import math
34
import re
45
from datetime import datetime
56
from datetime import timedelta
@@ -8,7 +9,6 @@
89
from typing import List
910
from typing import Type
1011
from typing import Union
11-
import math
1212

1313
import requests
1414

0 commit comments

Comments
 (0)