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

fix: Separate AbstractResolver and Resolver into different modules #162

Merged
merged 6 commits into from
Aug 1, 2024

Conversation

frostming
Copy link
Member

Signed-off-by: Frost Ming [email protected]

Supersede #149

pradyunsg and others added 6 commits August 1, 2024 09:58
This does not need two separate `if TYPE_CHECKING` blocks, splitting
the imports across two sections.
This makes the `Resolver` object live in a diffferent module than the
`AbstractResolver`, clarifying their separation and more cleanly
accomodating additional resolver implementations.
This prevents users from relying on all possible details of this
package.
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
@frostming frostming force-pushed the fix/separate-resolvers-module branch from 251c749 to ac8ed26 Compare August 1, 2024 02:33
@frostming frostming merged commit 7961d60 into main Aug 1, 2024
9 checks passed
@frostming frostming deleted the fix/separate-resolvers-module branch August 1, 2024 02:35
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