aperture-data / aperturedb-python

ApertureDB Python Client
Other
7 stars 3 forks source link

Fix Query parameter types for Python 3.9 #519

Closed drewaogle closed 2 weeks ago

drewaogle commented 2 weeks ago

Accidentally used python 3.10 syntax: def call( var : str | int )