This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new aef06de  Fix typo in viz.py (#9533)
aef06de is described below

commit aef06ded6b7b839cf9c0df8f5346cb80fae6854e
Author: Will Barrett <w...@preset.io>
AuthorDate: Tue Apr 14 13:17:36 2020 -0700

    Fix typo in viz.py (#9533)
---
 superset/viz.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/viz.py b/superset/viz.py
index 848e3b3..2101b35 100644
--- a/superset/viz.py
+++ b/superset/viz.py
@@ -115,7 +115,7 @@ class BaseViz:
         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

Reply via email to