Skip to content

Commit c7823cf

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent 489b585 commit c7823cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning_hep/processer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Processer: # pylint: disable=too-many-instance-attributes
5757
logger = get_logger()
5858

5959
# Initializer / Instance Attributes
60-
# pylint: disable=too-many-statements, too-many-arguments, consider-using-f-string
60+
# pylint: disable=too-many-statements, too-many-arguments, consider-using-f-string, too-many-branches
6161
def __init__(
6262
self,
6363
case,

0 commit comments

Comments
 (0)