Skip to content

Commit

Permalink
Updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Mar 3, 2023
1 parent 79a892a commit 57183a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from collections import namedtuple
from pathlib import Path
from tempfile import TemporaryDirectory
from unittest.mock import Mock, patch

import pytest
from unittest.mock import Mock, patch

from e4e_data_management.core import DataManager

Expand Down
1 change: 0 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import datetime as dt
from pathlib import Path
from shlex import split
from tempfile import TemporaryDirectory
from typing import Tuple
from unittest.mock import Mock, patch

Expand Down

0 comments on commit 57183a2

Please sign in to comment.