Skip to content

Commit

Permalink
Clean up imports in tests (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger authored Jan 4, 2024
1 parent faf178f commit 6c0b4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/openneuro/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from unittest import mock

import openneuro
import openneuro._config
from openneuro._config import Config, get_token, init_config, load_config


Expand Down
1 change: 1 addition & 0 deletions src/openneuro/tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from unittest import mock

import openneuro
import openneuro._config
import pytest
from openneuro import download

Expand Down

0 comments on commit 6c0b4a5

Please sign in to comment.