Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Feb 23, 2024
1 parent 57f76dc commit 4d10fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda_lock/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from contextlib import suppress
from functools import cached_property
from typing import Dict, Union, cast
from pathlib import Path
from typing import Dict, Union, cast

import requests
import yaml
Expand Down
1 change: 1 addition & 0 deletions tests/test_conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,7 @@ def test_parse_pyproject_pypi_overrides(pep621_pyproject_toml_pypi_override: Pat
# override for the package "some-name-i-want-to-override".
assert "resolved-name" in specs


def test_explicit_toposorted() -> None:
"""Verify that explicit lockfiles are topologically sorted.
Expand Down

0 comments on commit 4d10fc9

Please sign in to comment.