Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reformatted batch 2 (see comment) with flake8. #566

Merged
merged 2 commits into from
Jul 26, 2022
Merged

Reformatted batch 2 (see comment) with flake8. #566

merged 2 commits into from
Jul 26, 2022

Conversation

jakleh
Copy link
Contributor

@jakleh jakleh commented Jul 26, 2022

Files reformatted:

-dataprofiler/labelers/base_model.py
-dataprofiler/profilers/base_column_profilers.py
-dataprofiler/settings.py
-dataprofiler/data_readers/csv_data.py
-dataprofiler/data_readers/structured_mixins.py
-dataprofiler/data_readers/avro_data.py
-dataprofiler/data_readers/parquet_data.py
-dataprofiler/data_readers/text_data.py
-dataprofiler/reports/init.py

Comment on lines 126 to 128
# Import possible internal models
from .character_level_cnn_model import CharacterLevelCnnModel
from .regex_model import RegexModel
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this actually might be critical and cause issues if not included due to the way the auto import works. Scenario dependent. I'm not 100% sure tests will capture.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could put a comment flag to ignore.

@JGSweets JGSweets enabled auto-merge (squash) July 26, 2022 16:23
@JGSweets JGSweets merged commit e67b858 into capitalone:main Jul 26, 2022
@jakleh jakleh deleted the batch_2 branch July 26, 2022 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants