Skip to content

Commit

Permalink
autopep8 action fixes (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: GCHQDeveloper314 <GCHQDeveloper314@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and GCHQDeveloper314 authored May 10, 2024
1 parent fda0adc commit 03b32ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/gafferpy/generated_api/binaryoperators.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

import typing
from gafferpy.gaffer_core import AbstractBinaryOperator,BinaryOperator,Function
from gafferpy.gaffer_core import AbstractBinaryOperator, BinaryOperator, Function


class RoaringBitmapAggregator(AbstractBinaryOperator):
Expand Down
2 changes: 1 addition & 1 deletion src/gafferpy/generated_api/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

import typing
from gafferpy.gaffer_core import AbstractFunction,BinaryOperator,Function,Predicate
from gafferpy.gaffer_core import AbstractFunction, BinaryOperator, Function, Predicate


class ElementTransformer(AbstractFunction):
Expand Down
6 changes: 3 additions & 3 deletions src/gafferpy/generated_api/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"""

import typing
from gafferpy.gaffer_operations import AggregatePair,Conditional,Operation,View
from gafferpy.gaffer_core import BinaryOperator,Element,ElementSeed,Function
from gafferpy.gaffer_operations import AggregatePair, Conditional, Operation, View
from gafferpy.gaffer_core import BinaryOperator, Element, ElementSeed, Function
from gafferpy.gaffer_predicates import ElementFilter
from gafferpy.gaffer_functions import CsvGenerator,ElementTransformer,MapGenerator
from gafferpy.gaffer_functions import CsvGenerator, ElementTransformer, MapGenerator


class ImportAccumuloKeyValueFiles(Operation):
Expand Down
2 changes: 1 addition & 1 deletion src/gafferpy/generated_api/predicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

import typing
from gafferpy.gaffer_core import AbstractPredicate,Function,Predicate
from gafferpy.gaffer_core import AbstractPredicate, Function, Predicate
from gafferpy.gaffer_functions import ElementTransformer


Expand Down

0 comments on commit 03b32ec

Please sign in to comment.