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

update to pyproject #256

Merged
merged 6 commits into from
Aug 4, 2023
Merged

update to pyproject #256

merged 6 commits into from
Aug 4, 2023

Conversation

knaaptime
Copy link
Member

No description provided.

Copy link
Member

@martinfleis martinfleis left a comment

Choose a reason for hiding this comment

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

All good!

esda/__init__.py Outdated

import contextlib
from importlib.metadata import PackageNotFoundError, version

from . import _version, adbscan, shape # noqa F401
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
from . import _version, adbscan, shape # noqa F401
from . import adbscan, shape # noqa F401

this probably should not be there?

Copy link
Member

Choose a reason for hiding this comment

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

@knaaptime Did you see Martin's comment here?

Copy link
Member

@jGaboardi jGaboardi left a comment

Choose a reason for hiding this comment

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

All looks well after addressing @martinfleis's comment

esda/__init__.py Outdated

import contextlib
from importlib.metadata import PackageNotFoundError, version

from . import _version, adbscan, shape # noqa F401
Copy link
Member

Choose a reason for hiding this comment

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

@knaaptime Did you see Martin's comment here?

@knaaptime
Copy link
Member Author

ok i think i got the last piece

@sjsrey sjsrey merged commit 6812517 into pysal:main Aug 4, 2023
4 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants