Skip to content

Commit

Permalink
fixup! Create end point for events
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Jan 21, 2025
1 parent f006fe1 commit 3661b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/everest/detached/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import requests
from seba_sqlite.exceptions import ObjectNotFoundError
from seba_sqlite.snapshot import SebaSnapshot
from websockets import connect
from websockets.sync.client import connect

Check failure on line 18 in src/everest/detached/__init__.py

View workflow job for this annotation

GitHub Actions / type-checking (3.12)

Cannot find implementation or library stub for module named "websockets.sync.client"

from ert.scheduler import create_driver
from ert.scheduler.driver import Driver, FailedSubmit
Expand Down

0 comments on commit 3661b68

Please sign in to comment.