File: toml.patch

package info (click to toggle)
python-requirements-detector 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: python: 2,096; makefile: 13; sh: 1
file content (10 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/requirements_detector/detect.py
+++ b/requirements_detector/detect.py
@@ -3,7 +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