Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
russlooker committed Jun 3, 2022
1 parent 52cf649 commit 22ae5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lookml/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ def getFieldsSorted(self):
return sorted(self._fields(), key=lambda field: ''.join([str(isinstance(field, Measure)), field.name]))
# end generators

def addDimension(self,d: Tuple[str,Dimension],type: str = 'string'):
def addDimension(self,d,type: str = 'string'):
"""
Add a dimension object, or add a string DB column you would like added
Expand Down

0 comments on commit 22ae5bb

Please sign in to comment.