Skip to content

Commit b42b768

Browse files
committed
flake8/linter fixes
1 parent e4aed7f commit b42b768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

experiments/pytorch_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,5 +556,6 @@ def predict_fn(df, model) -> pd.DataFrame:
556556
# Remove the pytorch_outputs directory if it exists
557557
if os.path.exists("pytorch_outputs"):
558558
import shutil
559+
559560
shutil.rmtree("pytorch_outputs")
560-
print("Removed pytorch_outputs directory.")
561+
print("Removed pytorch_outputs directory.")

0 commit comments

Comments
 (0)