Skip to content

Commit

Permalink
Remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Dec 11, 2023
1 parent e02b0b5 commit 4b84d2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nautilus_trader/adapters/binance/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ def create( # type: ignore
config=config.instrument_provider,
)

# Create client
return BinanceSpotDataClient(
loop=loop,
client=client,
Expand All @@ -300,7 +299,6 @@ def create( # type: ignore
config=config.instrument_provider,
)

# Create client
return BinanceFuturesDataClient(
loop=loop,
client=client,
Expand Down Expand Up @@ -390,7 +388,6 @@ def create( # type: ignore
config=config.instrument_provider,
)

# Create client
return BinanceSpotExecutionClient(
loop=loop,
client=client,
Expand All @@ -413,7 +410,6 @@ def create( # type: ignore
config=config.instrument_provider,
)

# Create client
return BinanceFuturesExecutionClient(
loop=loop,
client=client,
Expand Down

0 comments on commit 4b84d2a

Please sign in to comment.