Closed carterbox closed 8 months ago
Fix some syntax that is incompatible with older python versions.
Using typing.Optional and typing.Union instead of |
Hello @carterbox! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
src/tike/view.py
Line 679:81: E501 line too long (87 > 80 characters)
Purpose
Fix some syntax that is incompatible with older python versions.
Approach
Using typing.Optional and typing.Union instead of |
Pre-Merge Checklists
Submitter
Reviewer