after installing cloudstorage module using pip when i am trying to import getting following error.
import cloudstorage
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/keshaw/vinv/lib/python2.7/site-packages/cloudstorage/__init__.py", line 56
def get_driver(driver: DriverName) -> Drivers:
^
SyntaxError: invalid syntax
I tried instaling different versions also but same issues