Skip to content

Commit

Permalink
[pre-commit.ci] Fixing issues with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 20, 2024
1 parent bd4c83e commit cae4765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_asd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the functioning of loading .asd files."""

from pathlib import Path
import pytest

Expand Down
1 change: 1 addition & 0 deletions topofileformats/asd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""For decoding and loading .asd AFM file format into Python Numpy arrays."""

from __future__ import annotations
from pathlib import Path
from typing import BinaryIO
Expand Down

0 comments on commit cae4765

Please sign in to comment.