Skip to content

Commit 62119a4

Browse files
committed
fix: flake8 error
1 parent 21c5530 commit 62119a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kiteconnect/connect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ def _format_response(self, data):
396396

397397
for item in _list:
398398
# Convert date time string to datetime object
399-
for field in ["order_timestamp", "exchange_timestamp", "created", "last_instalment", "fill_timestamp",
400-
"timestamp", "last_trade_time", "login_time", "expiry", "last_price_date"]:
399+
for field in ["order_timestamp", "exchange_timestamp", "created", "last_instalment", "fill_timestamp",
400+
"timestamp", "last_trade_time", "login_time", "expiry", "last_price_date"]:
401401
if item.get(field) and self.is_timestamp(item[field]):
402402
item[field] = self.parseDateTime(item[field])
403403

0 commit comments

Comments
 (0)