Skip to content

style: Reformat code to fix build #1067

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

Merged
merged 1 commit into from
Jun 18, 2024
Merged

style: Reformat code to fix build #1067

merged 1 commit into from
Jun 18, 2024

Conversation

adamdougal
Copy link
Collaborator

It's currently failing with:

  code/backend/Admin.py:34:1: E302 expected 2 blank lines, found 1
  code/backend/Admin.py:39:1: E305 expected 2 blank lines after class or function definition, found 1
  code/backend/pages/01_Ingest_Data.py:23:1: E302 expected 2 blank lines, found 1
  code/backend/pages/01_Ingest_Data.py:28:1: E305 expected 2 blank lines after class or function definition, found 1
  code/backend/pages/01_Ingest_Data.py:30:1: E302 expected 2 blank lines, found 1
  code/backend/pages/02_Explore_Data.py:30:1: E302 expected 2 blank lines, found 1
  code/backend/pages/02_Explore_Data.py:35:1: E305 expected 2 blank lines after class or function definition, found 1
  code/backend/pages/03_Delete_Data.py:21:1: E302 expected 2 blank lines, found 1
  code/backend/pages/03_Delete_Data.py:26:1: E305 expected 2 blank lines after class or function definition, found 1
  code/backend/pages/04_Configuration.py:21:1: E302 expected 2 blank lines, found 1
  code/backend/pages/04_Configuration.py:26:1: E305 expected 2 blank lines after class or function definition, found 1
  code/tests/utilities/helpers/test_llm_helper.py:141:1: E302 expected 2 blank lines, found 1
  code/tests/utilities/helpers/test_llm_helper.py:144:5: E125 continuation line with same indent as next logical line

It's currently failing with:
```
  code/backend/Admin.py:34:1: E302 expected 2 blank lines, found 1
  code/backend/Admin.py:39:1: E305 expected 2 blank lines after class or function definition, found 1
  code/backend/pages/01_Ingest_Data.py:23:1: E302 expected 2 blank lines, found 1
  code/backend/pages/01_Ingest_Data.py:28:1: E305 expected 2 blank lines after class or function definition, found 1
  code/backend/pages/01_Ingest_Data.py:30:1: E302 expected 2 blank lines, found 1
  code/backend/pages/02_Explore_Data.py:30:1: E302 expected 2 blank lines, found 1
  code/backend/pages/02_Explore_Data.py:35:1: E305 expected 2 blank lines after class or function definition, found 1
  code/backend/pages/03_Delete_Data.py:21:1: E302 expected 2 blank lines, found 1
  code/backend/pages/03_Delete_Data.py:26:1: E305 expected 2 blank lines after class or function definition, found 1
  code/backend/pages/04_Configuration.py:21:1: E302 expected 2 blank lines, found 1
  code/backend/pages/04_Configuration.py:26:1: E305 expected 2 blank lines after class or function definition, found 1
  code/tests/utilities/helpers/test_llm_helper.py:141:1: E302 expected 2 blank lines, found 1
  code/tests/utilities/helpers/test_llm_helper.py:144:5: E125 continuation line with same indent as next logical line
```
Copy link

@adamdougal adamdougal requested a review from cecheta June 18, 2024 15:34
@adamdougal adamdougal added this pull request to the merge queue Jun 18, 2024
Merged via the queue into main with commit 9723b29 Jun 18, 2024
9 checks passed
@adamdougal adamdougal deleted the fix/reformat branch June 18, 2024 15:52
Copy link

🎉 This PR is included in version 1.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants