Skip to content

Commit 8d18419

Browse files
committed
remove unnecessary module and associated imports
1 parent 425b71c commit 8d18419

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

lib/pathins/__main__.py

-17
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from .path import path_run
1111

1212
# from .overlap import overlap_run
13-
# from .report import report_run
1413

1514

1615
def main() -> None: # pragma: no cover
@@ -100,22 +99,6 @@ def run(argv) -> None:
10099
)
101100
parser_path.set_defaults(func=path_run)
102101

103-
# -----------------------------
104-
# report sub-command parser
105-
# -----------------------------
106-
# parser_report = subparsers.add_parser(
107-
# "report", help="Path reporting", description="Path reporting"
108-
# )
109-
# parser_report.add_argument(
110-
# "-v", "--version", action="version", version=f"pathins v{__version__}"
111-
# )
112-
# parser_report.add_argument("--nocolor", action="store_true", help="no ANSI color")
113-
# parser_report.add_argument("fontpath", type=str, help="font file path")
114-
# parser_report.add_argument(
115-
# "glyphname", type=str, help="glyph name (optional, default=all)", nargs="?"
116-
# )
117-
# parser_report.set_defaults(func=report_run)
118-
119102
# -----------------------------
120103
# Parse args
121104
# -----------------------------

lib/pathins/report.py

-28
This file was deleted.

0 commit comments

Comments
 (0)