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

style[eve]: remove unused imports and fix typos #1748

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

romanc
Copy link
Contributor

@romanc romanc commented Nov 26, 2024

Description

Small cleanup PR in the eve framework:

  • Removes a stale .gitignore file. As far as I understood from the git history, earlier versions of this codebase had many .gitignore files in many places. Looks like this one is a leftover from a previous time.
  • Remove a couple of stale includes. The language server marked them as unused and since tests still pass, I guess we really don't need them anymore.
  • Fixed a couple of typos in comments
  • Fixed two typos in the github PR template

Requirements

  • All fixes and/or new features come with corresponding tests.
    N/A: neither fixes nor new features
  • Important design decisions have been documented in the appropriate ADR inside the docs/development/ADRs/ folder.
    N/A

Comment on lines -92 to -100
"# datamodels" "Coerced",
"DataModel",
"FrozenModel",
"GenericDataModel",
"Unchecked",
"concretize",
"datamodel",
"field",
"frozenmodel",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These are duplicated in the lines to follow.

Copy link
Contributor

@egparedes egparedes 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 the cleanup. I have just a question and a comment.

src/gt4py/eve/__init__.py Outdated Show resolved Hide resolved
Remove extra quote

Co-authored-by: Enrique González Paredes <[email protected]>
@romanc
Copy link
Contributor Author

romanc commented Nov 26, 2024

Thanks for the cleanup. I have just a question and a comment.

Thanks for the inline comment: missed that 👍

What was your question?

@romanc romanc marked this pull request as ready for review November 26, 2024 15:23
@romanc
Copy link
Contributor Author

romanc commented Nov 27, 2024

@twicki @FlorianDeconinck FYI: the great cleanup continues ...

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.

2 participants