Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Dello Stritto committed Nov 29, 2023
1 parent 7123c31 commit 4d246d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_learning_hep/optimiser.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


# pylint: disable=too-many-instance-attributes, too-many-statements, unbalanced-tuple-unpacking
class Optimiser: # pylint: disable=too-many-public-methods, consider-using-f-string
class Optimiser: # pylint: disable=too-many-public-methods, consider-using-f-string, unused-argument
#Class Attribute
species = "optimiser"

Expand Down

0 comments on commit 4d246d9

Please sign in to comment.