-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add support for Transport for EMF HAFAS #15
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a more general note: please sort all imports in python files using isort
for a consistent import style.
break | ||
if SYMBOL_IS_GROUP[CONFIG["api_provider"]]: | ||
if dep.symbol == follow.symbol and ( | ||
(dep.platform != "" and dep.platform == follow.platform) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation seems wrong here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what clicking "reformat code" in PyCharm outputs
Due to the implementation of code style checks and the corresponding fixes to the code style, please rebase to |
.idea/.gitignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add .idea
to your global gitignore? We should not have editor configs in this repository.
COPYRIGHT
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed we're missing licensing information for the newly added fonts and the NRE logo.
6004a8f
to
e782f81
Compare
No description provided.