Skip to content

Commit

Permalink
🎨 Format Python code with psf/black
Browse files Browse the repository at this point in the history
  • Loading branch information
hartejsingh12 authored and github-actions committed Nov 22, 2023
1 parent 126ce8e commit 2f335fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/common/ai_drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ def dl_tabular_drive(trainspace_data: TrainspaceData):
X, y, category_list = get_default_dataset(default.upper(), target, features)
elif default and problem_type.upper() == "REGRESSION":
X, y, _ = get_default_dataset(default.upper(), target, features)




else:
input_df = read_df_from_bucket(
FILE_UPLOAD_BUCKET_NAME, make_train_bucket_path(trainspace_data)
Expand Down

0 comments on commit 2f335fb

Please sign in to comment.