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

Fix flake8 E501 line too long errors batch 1 #4

Merged
merged 7 commits into from
Dec 31, 2023

Conversation

benhovinga
Copy link
Owner

first batch of error fixes taken care of

./aamva_standard/issuing_authority.py:86:80: E501 line too long (80 > 79 characters)
./aamva_standard/issuing_authority.py:13:80: E501 line too long (80 > 79 characters)
./aamva_standard/issuing_authority.py:92:80: E501 line too long (107 > 79 characters)
also renamed the variable to issuing_authority as we should get a single IssuingAuthority object.
./aamva_standard/test_issuing_authority.py:8:80: E501 line too long (90 > 79 characters)
./aamva_standard/test_issuing_authority.py:9:80: E501 line too long (86 > 79 characters)
./aamva_standard/test_issuing_authority.py:23:80: E501 line too long (80 > 79 characters)
./aamva_standard/test_issuing_authority.py:24:80: E501 line too long (91 > 79 characters)
./aamva_standard/test_issuing_authority.py:25:80: E501 line too long (91 > 79 characters)
@benhovinga benhovinga merged commit f3bdbbc into dev Dec 31, 2023
1 check passed
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.

1 participant