Skip to content

Commit

Permalink
Remove pointless import.
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv committed Nov 13, 2023
1 parent 2bd5f94 commit 71d8eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mreg_cli/cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import argparse
import os
import shlex
from typing import Any, List, Optional

from prompt_toolkit import HTML, print_formatted_text
from prompt_toolkit.completion import Completer, Completion
Expand Down

0 comments on commit 71d8eea

Please sign in to comment.