Skip to content

Commit 578c2fc

Browse files
committed
Fix python 3.9 not supporting pipe operator in type hints
1 parent f394f68 commit 578c2fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

topofileformats/spm.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""For decoding and loading .spm AFM file format into Python Numpy arrays."""
22

3+
from __future__ import annotations
34
from pathlib import Path
45

56
import pySPM

0 commit comments

Comments
 (0)