Skip to content

Commit

Permalink
Fix typo in viz.py (#9533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Barrett authored Apr 14, 2020
1 parent 6270f7d commit aef06de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(
self.results: Optional[QueryResult] = None
self.error_message: Optional[str] = None
self.force = force
self.from_ddtm: Optional[datetime] = None
self.from_dttm: Optional[datetime] = None
self.to_dttm: Optional[datetime] = None

# Keeping track of whether some data came from cache
Expand Down

0 comments on commit aef06de

Please sign in to comment.