Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Aug 1, 2024
1 parent ecc4c96 commit 569084f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
3 changes: 1 addition & 2 deletions src/resolvelib/resolvers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
ResolutionError,
ResolutionImpossible,
ResolutionTooDeep,
Resolver,
ResolverException,
)

__all__ = [
"AbstractProvider",
"AbstractResolver",
"BaseReporter",
"InconsistentCandidate",
"Resolver",
"RequirementsConflicted",
Expand Down
10 changes: 1 addition & 9 deletions tests/functional/python/py2index.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,7 @@
import re
import sys
import urllib.parse
from typing import (
Dict,
Iterable,
Iterator,
List,
NamedTuple,
Tuple,
Union,
)
from typing import Dict, Iterable, Iterator, List, NamedTuple, Tuple, Union

import html5lib
import packaging.requirements
Expand Down

0 comments on commit 569084f

Please sign in to comment.