Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xzmeng committed May 2, 2023
1 parent 0c57a91 commit ada99dc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions binance_history/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import sys

from .api import fetch_klines, fetch_agg_trades
from .api import fetch_klines, fetch_agg_trades, fetch_data

if sys.version_info[:2] >= (3, 8):
from importlib import metadata
else:
import importlib_metadata as metadata
from importlib import metadata

__version__ = metadata.version(__package__)

Expand Down

0 comments on commit ada99dc

Please sign in to comment.