Skip to content

Commit

Permalink
Cleanup imports and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jan 23, 2024
1 parent ecbda36 commit d874319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Released on TBD (UTC).
None

### Breaking Changes
- Consolidated `clock` module into `components` module (reduce binary wheel size)
- Consolidated `logging` module into `components` module (reduce binary wheel size)
- Consolidated `clock` module into `component` module (reduce binary wheel size)
- Consolidated `logging` module into `component` module (reduce binary wheel size)

### Fixes
None
Expand Down
4 changes: 0 additions & 4 deletions nautilus_trader/common/component.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ from cpython.datetime cimport tzinfo
from libc.stdint cimport int64_t
from libc.stdint cimport uint64_t

from nautilus_trader.common.component cimport Clock
from nautilus_trader.common.component cimport Logger
from nautilus_trader.common.component cimport MessageBus
from nautilus_trader.common.component cimport TimeEvent
from nautilus_trader.core.fsm cimport FiniteStateMachine
from nautilus_trader.core.message cimport Event
from nautilus_trader.core.message cimport Request
Expand Down

0 comments on commit d874319

Please sign in to comment.