Skip to content

Commit

Permalink
Fix bad sample data that was causing yapf to barf
Browse files Browse the repository at this point in the history
Signed-off-by: Anuradha Karuppiah <[email protected]>
  • Loading branch information
AnuradhaKaruppiah committed Oct 16, 2024
1 parent 7a481d3 commit 9ccaa9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/data/namespace_update_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
# Disable all checkers
# flake8: noqa
# isort: skip_file
# yapf: disable
# pylint: skip-file

# old DFP import patterns
from dfp.utils.config_generator import ConfigGenerator
from dfp.stages.dfp_rolling_window_stage
from dfp.stages.dfp_rolling_window_stage import DFPRollingWindowStage
from morpheus_dfp.stages.dfp_split_users_stage import DFPSplitUsersStage # no update
import dfp.stages.dfp_training
import dfp.stages.dfp_inference_stage as inference_stage
Expand Down

0 comments on commit 9ccaa9b

Please sign in to comment.