Skip to content

Commit d5e202d

Browse files
committed
Move 'blurb export' to blurb._export
1 parent 1cc4e8e commit d5e202d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/blurb/blurb.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,10 @@
4545
import itertools
4646
import os
4747
import re
48-
import shutil
4948
import sys
5049
import textwrap
5150
import time
5251

53-
from blurb._cli import main, subcommand
54-
from blurb._git import git_add_files, flush_git_add_files
5552
from blurb._template import (
5653
next_filename_unsanitize_sections, sanitize_section,
5754
sanitize_section_legacy, sections, unsanitize_section,
@@ -475,4 +472,6 @@ def error(*a):
475472

476473

477474
if __name__ == '__main__':
475+
from blurb._cli import main
476+
478477
main()

0 commit comments

Comments
 (0)