Skip to content

Commit

Permalink
FIX: Use text annotations to avoid type evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 10, 2023
1 parent 008277f commit f81a873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions niworkflows/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
.. autoclass:: Loader
"""
from __future__ import annotation

import atexit
import os
from contextlib import AbstractContextManager, ExitStack
Expand Down

0 comments on commit f81a873

Please sign in to comment.