Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahs4d committed Nov 20, 2020
1 parent 7afa5de commit 0d597e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/tsetmc_api/day_details.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from typing import List

from dateutil import tz as timezoneutil
from jdatetime import date, time

Expand Down Expand Up @@ -174,7 +176,7 @@ def _load(self):
'snapshots': self._snapshots,
})

def get_final_major_shareholders(self)->List[SymbolMajorShareholder]:
def get_final_major_shareholders(self) -> List[SymbolMajorShareholder]:
"""
سهامداران عمده در پایان روز
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="tsetmc-api",
version="3.0.1",
version="3.0.2",
install_requires=[
"beautifulsoup4==4.9.3",
"certifi==2020.11.8",
Expand Down

0 comments on commit 0d597e1

Please sign in to comment.