Skip to content

Commit

Permalink
Remove spurious import. (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv authored Dec 6, 2023
1 parent c37d919 commit 4e3267b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mreg_cli/outputmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def urlpath(url: str, params: str) -> str:
else:
return up.path

from mreg_cli.exceptions import CliError


class OutputManager:
"""Manages and formats output for display.
Expand Down

0 comments on commit 4e3267b

Please sign in to comment.