Skip to content

Commit

Permalink
chore: pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mortendaehli committed Jul 6, 2023
1 parent b40f782 commit bf7e1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tagreader/web_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,8 @@ def read_tag(
except ValueError:
# Handle when both second and sub-second data is returned
df["Timestamp"] = pd.to_datetime(
df["Timestamp"], format='ISO8601', utc=True)

df["Timestamp"], format="ISO8601", utc=True
)

if read_type == ReaderType.VAR:
df["Value"] = df["Value"] ** 2
Expand Down

0 comments on commit bf7e1e4

Please sign in to comment.