Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
camelpac committed Mar 5, 2021
1 parent 69d70f8 commit eccbb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca_backtrader_api/alpacadata.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)

from datetime import datetime, timedelta
from datetime import timedelta
import pandas as pd
from backtrader.feed import DataBase
from backtrader import date2num, num2date
Expand Down

0 comments on commit eccbb22

Please sign in to comment.