Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
camelpac committed Sep 4, 2021
1 parent 3696d1c commit ccd2728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca_trade_api/rest_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from alpaca_trade_api.entity_v2 import BarsV2, QuotesV2, TradesV2, \
EntityList, TradeV2, QuoteV2
import pandas as pd
from alpaca_trade_api.common import URL, get_api_version, get_data_url
from alpaca_trade_api.common import URL, get_data_url


class AsyncRest:
Expand Down

0 comments on commit ccd2728

Please sign in to comment.