Skip to content

Commit e03d978

Browse files
committed
require jurisdiction in agencies calls
1 parent 8ef08cf commit e03d978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

regcensus/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def get_series(seriesID=''):
160160
return clean_columns(output)
161161

162162

163-
def get_agencies(jurisdictionID=''):
163+
def get_agencies(jurisdictionID):
164164
"""
165165
Get metadata for all or one specific agency
166166

0 commit comments

Comments
 (0)