Skip to content

Commit

Permalink
Fix ruff linting errors (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw authored Dec 3, 2024
1 parent 51dbc92 commit 9f4296a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/resolvelib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
__all__ = [
"__version__",
"AbstractProvider",
"AbstractResolver",
"BaseReporter",
"InconsistentCandidate",
"Resolver",
"RequirementsConflicted",
"ResolutionError",
"ResolutionImpossible",
"ResolutionTooDeep",
"Resolver",
"__version__",
]

__version__ = "1.1.1dev0"
Expand Down
8 changes: 4 additions & 4 deletions src/resolvelib/resolvers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

__all__ = [
"AbstractResolver",
"Criterion",
"InconsistentCandidate",
"Resolver",
"Resolution",
"RequirementInformation",
"RequirementsConflicted",
"Resolution",
"ResolutionError",
"ResolutionImpossible",
"ResolutionTooDeep",
"RequirementInformation",
"Resolver",
"ResolverException",
"Result",
"Criterion",
]

0 comments on commit 9f4296a

Please sign in to comment.