We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1909f0e commit 53b6e3fCopy full SHA for 53b6e3f
alpaca_trade_api/polygon/__init__.py
@@ -1,3 +1,3 @@
1
from .rest import REST # noqa
2
from .stream import Stream # noqa
3
-from .stream2 import StreamConn # noqa
+from .streamconn import StreamConn # noqa
alpaca_trade_api/polygon/stream2.py renamed to alpaca_trade_api/polygon/streamconn.py
0 commit comments