Skip to content

Commit

Permalink
Import fixing.
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv committed Nov 13, 2023
1 parent 71d8eea commit 7e1b441
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mreg_cli/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import argparse
import html
import os
import shlex

Expand Down Expand Up @@ -254,8 +255,6 @@ def source(files, ignore_errors, verbose):
newlines.
The files may contain comments. The comment symbol is #.
"""
import html
import shlex

rec = recorder.Recorder()

Expand Down

0 comments on commit 7e1b441

Please sign in to comment.