Skip to content

Commit

Permalink
Fix CI error in test_tools while leaving F401 F811 issues since the i…
Browse files Browse the repository at this point in the history
…mport modules are necessary and test_name cannot be modified at this time.
  • Loading branch information
stevenhua0320 committed Jul 5, 2024
1 parent eb8e3eb commit 2d3183d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tools.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from copy import copy

import habanero
import pytest
import datetime as dt
import requests_mock

from unittest import mock
import copy
from regolith.runcontrol import DEFAULT_RC

from regolith.tools import (
Expand Down

0 comments on commit 2d3183d

Please sign in to comment.