Skip to content

Commit

Permalink
Add missing from __future__ import annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Mar 29, 2023
1 parent 35ed3c3 commit 978f1a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion heudiconv/cli/run.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python

from __future__ import annotations
import logging
import os
import sys
Expand Down
2 changes: 2 additions & 0 deletions heudiconv/convert.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

__docformat__ = "numpy"

import filelock
Expand Down

0 comments on commit 978f1a0

Please sign in to comment.