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

refactor_remove arrow from CA_NB #6588

Merged

Conversation

nboswell216
Copy link
Contributor

Issue #6135

Description

Removes "usage" of arrow in CA_NB parser
Note: This parser does not seem to have used arrow at least since the upgrade to Python 3.10 - the only thing keeping this on the list when running grep -El '(import arrow|arrow)' parsers/*.py is a comment. The comment was removed.

Preview

Double check

  • I have tested my parser changes locally with poetry run test_parser "zone_key"
  • I have run pnpx prettier@2 --write . and poetry run format in the top level directory to format my changes.

@github-actions github-actions bot added parser python Pull requests that update Python code labels Mar 27, 2024
Copy link
Member

@VIKTORVAV99 VIKTORVAV99 left a comment

Choose a reason for hiding this comment

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

Thanks for cleaning this up!

@VIKTORVAV99 VIKTORVAV99 merged commit bf957eb into electricitymaps:master Mar 27, 2024
20 checks passed
@nboswell216 nboswell216 deleted the refactor/Issue_6135_CA-NB branch March 27, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants