Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 12, 2024
1 parent 53208fd commit f8f8868
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sparksampling/sample/base_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
class SparkBaseSamplingJob(SparkMixin, LogMixin):
cls_args = []

def __init__(self, *args, **kwargs):
...
def __init__(self, *args, **kwargs): ...

@classmethod
def get_init_conf(cls, conf):
Expand Down

0 comments on commit f8f8868

Please sign in to comment.