We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af23c63 commit b3091ffCopy full SHA for b3091ff
1 file changed
backtrader/resamplerfilter.py
@@ -19,13 +19,13 @@
19
"""
20
from datetime import datetime, timedelta, timezone
21
22
-# Python 3.11+ has datetime.UTC, earlier versions use timezone.utc
23
-UTC = timezone.utc
24
-
25
from .dataseries import TimeFrame, _Bar
26
from .parameters import ParameterizedBase
27
from .utils.date import date2num, num2date
28
+# Python 3.11+ has datetime.UTC, earlier versions use timezone.utc
+UTC = timezone.utc
+
29
30
# This class is only used in the _checkbarover function
31
# chkdata = DTFaker(data, forcedata) if fromcheck else data
0 commit comments