Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Nov 17, 2023
1 parent 8e0e9a5 commit d13fc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

from pathlib import Path
from unittest.mock import MagicMock
from unittest.mock import MagicMock, patch

from composer.utils import dist
from omegaconf import DictConfig
Expand Down

0 comments on commit d13fc5b

Please sign in to comment.