Skip to content

Commit

Permalink
Fix buggy __init__ method
Browse files Browse the repository at this point in the history
It was missing the self argument.  But it also isn't needed at all.
  • Loading branch information
rschroll committed Mar 23, 2024
1 parent 03e00d4 commit 8130e31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sql/ggplot/facet_wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@


class facet:
def __init__():
pass

def get_facet_values(self, table, column, with_):
conn = sql.connection.ConnectionManager.current
Expand Down

0 comments on commit 8130e31

Please sign in to comment.