Skip to content

Commit

Permalink
Update niworkflows/tests/conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Oct 14, 2023
1 parent b1bca77 commit 08546ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niworkflows/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
""" py.test configuration file """
import os
from pathlib import Path
from datetime import datetime as dt
import datetime as dt
import pytest
from templateflow.api import get as get_template
from niworkflows.testing import test_data_env, data_env_canary
Expand Down

0 comments on commit 08546ff

Please sign in to comment.