Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Nov 2, 2023
1 parent badc597 commit e0658bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/config/queue_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from ert import _clib

from .parsing import ConfigDict, ConfigValidationError, ContextString
from .parsing import ConfigDict, ConfigValidationError
from .queue_system import QueueSystem

GENERIC_QUEUE_OPTIONS: List[str] = ["MAX_RUNNING"]
Expand Down

0 comments on commit e0658bd

Please sign in to comment.