Skip to content

Commit ed814dd

Browse files
committed
Fix imports in main
1 parent 5da7901 commit ed814dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ert/gui/main.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import logging
44
import os
55
import sys
6-
import webbrowser
7-
import warnings
86
from signal import SIG_DFL, SIGINT, signal
97
from typing import Optional, Tuple
108

0 commit comments

Comments
 (0)