Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Nov 12, 2024
1 parent c4a685a commit 84cff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/federated/data/loader_gandlf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, data_path, feature_shape):
data_path (str): The path to the directory containing the data.
feature_shape (tuple): The shape of an example feature array.
"""
if 'inference' in data_path:
if "inference" in data_path:
self.train_csv = None
else:
self.train_csv = data_path + "/train.csv"
Expand Down

0 comments on commit 84cff48

Please sign in to comment.