Skip to content

Commit

Permalink
Types
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Jan 4, 2018
1 parent ae33115 commit e485628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routemaster/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def property_handler(self, property_name, value, **kwargs):
name='.'.join(property_name)),
)

def _pre_warm_feeds(self, label, accessed_variables):
def _pre_warm_feeds(self, label: str, accessed_variables: Iterable[str]):
for accessed_variable in accessed_variables:
parts = accessed_variable.split('.')

Expand Down

0 comments on commit e485628

Please sign in to comment.