Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 17, 2024
1 parent d7a07b5 commit 2014da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cerebro/sources/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from typing import Any, Dict, List, NamedTuple, Optional, Type

import rx
from rx.disposable import Disposable
from rx.subject import Subject
from rx.disposable.disposable import Disposable
from rx.subject.subject import Subject

from cerebro import log

Expand Down

0 comments on commit 2014da0

Please sign in to comment.