Skip to content

Commit

Permalink
Merge pull request #53 from fabaff/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate import
  • Loading branch information
sbrunner authored Jan 7, 2025
2 parents c6adc28 + be41266 commit 6709dbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions requirements_detector/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from pathlib import Path
from typing import List, Optional, Union

import toml

from .exceptions import CouldNotParseRequirements, RequirementsNotFound
from .handle_setup import from_setup_py
from .poetry_semver import parse_constraint
Expand Down

0 comments on commit 6709dbb

Please sign in to comment.