Clean Venue type

This commit is contained in:
Dan 2018-04-24 15:05:51 +02:00
parent ba254e6643
commit a52d4846e6

View File

@ -41,7 +41,7 @@ class Venue(Object):
"""
ID = 0xb0700013
def __init__(self, location, title, address, foursquare_id=None):
def __init__(self, location, title: str, address: str, foursquare_id: str = None):
self.location = location # Location
self.title = title # string
self.address = address # string