Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent e5cfee6 commit 705701a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytcs/helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""General helper and utility functions."""

from datetime import datetime, timezone
from typing import Union

Expand Down
1 change: 1 addition & 0 deletions pytcs/pytcs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""pytcs - Python API for reading TwinCAT Scope Files."""

from __future__ import annotations

import gzip
Expand Down

0 comments on commit 705701a

Please sign in to comment.