Skip to content

Commit

Permalink
Remove unneded types
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Dec 1, 2023
1 parent 9084a15 commit 8cb7fec
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
import json
import operator
import os
from typing import Iterable, Sequence

import pytest

from resolvelib.providers import AbstractProvider
from resolvelib.resolvers import Resolver
from resolvelib.structs import RequirementInformation

Requirement = collections.namedtuple("Requirement", "container constraint")
Candidate = collections.namedtuple("Candidate", "container version")
Expand Down

0 comments on commit 8cb7fec

Please sign in to comment.