mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
Clean Venue type
This commit is contained in:
parent
ba254e6643
commit
a52d4846e6
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class Venue(Object):
|
||||||
"""
|
"""
|
||||||
ID = 0xb0700013
|
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.location = location # Location
|
||||||
self.title = title # string
|
self.title = title # string
|
||||||
self.address = address # string
|
self.address = address # string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue