Skip to content

Commit

Permalink
Remove unused async_run
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Dec 20, 2024
1 parent ead6423 commit 1bd4fe1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 79 deletions.
1 change: 0 additions & 1 deletion src/everest/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from ert.shared.version import version as ert_version
from everest.plugins.everest_plugin_manager import EverestPluginManager
from everest.strings import DATE_FORMAT, EVEREST
from everest.util.async_run import async_run # noqa

try:
import opm.io
Expand Down
37 changes: 0 additions & 37 deletions src/everest/util/async_run.py

This file was deleted.

41 changes: 0 additions & 41 deletions tests/everest/test_async_run.py

This file was deleted.

0 comments on commit 1bd4fe1

Please sign in to comment.