Skip to content

Commit

Permalink
Remove unused imports from event log tests (#7592)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannkm committed Apr 26, 2022
1 parent 0b25e62 commit db0bf2b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
import re
import time
from collections import Counter
from contextlib import ExitStack, contextmanager, nullcontext
from typing import Generator, List, Optional
from venv import create
from contextlib import ExitStack, contextmanager
from typing import List, Optional

import mock
import pendulum
Expand Down Expand Up @@ -52,7 +51,6 @@
from dagster.core.storage.event_log import InMemoryEventLogStorage, SqlEventLogStorage
from dagster.core.storage.event_log.base import (
EventLogRecord,
EventLogStorage,
EventRecordsFilter,
RunShardedEventsCursor,
)
Expand Down

0 comments on commit db0bf2b

Please sign in to comment.