Skip to content

Commit

Permalink
Fixing linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-hyben committed Jan 18, 2024
1 parent 14f29ff commit 3f298cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions db/python/tables/bq/billing_filter.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pylint: disable=unused-import,too-many-instance-attributes

import dataclasses
import datetime

Expand Down Expand Up @@ -44,6 +46,3 @@ class BillingFilter(GenericBQFilterModel):
goog_pipelines_worker: GenericBQFilter[str] = None
wdl_task_name: GenericBQFilter[str] = None
namespace: GenericBQFilter[str] = None

def __hash__(self):
return super().__hash__()

0 comments on commit 3f298cc

Please sign in to comment.