Skip to content

Commit

Permalink
fix(style): Apply pycodestyle guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tools4origins committed Sep 26, 2021
1 parent 510f306 commit 5aef94c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pysparkling/sql/expressions/dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def args(self):
def data_type(self, schema):
return DateType()


class DateAdd(Expression):
pretty_name = "date_add"

Expand All @@ -56,6 +57,7 @@ def args(self):
def data_type(self, schema):
return DateType()


class DateSub(Expression):
pretty_name = "date_sub"

Expand Down

0 comments on commit 5aef94c

Please sign in to comment.