Skip to content

Commit

Permalink
Add rom __future__ import annotations to core base (#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski authored Dec 13, 2023
1 parent 77d14e5 commit e8c7796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface/core/base.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from pathlib import Path
import re
from typing import Any, Iterable, List, Optional, Sequence, Union
Expand Down

0 comments on commit e8c7796

Please sign in to comment.