Skip to content

Commit

Permalink
Fix buggy __init__ method (#999)
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 authored Mar 26, 2024
1 parent c758974 commit 4f3c204
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 4f3c204

Please sign in to comment.