Format import according to isort

This commit is contained in:
hongjiongteng 2023-07-22 11:28:22 +08:00
parent b72b6adbac
commit 0722257cd8
88 changed files with 232 additions and 159 deletions

View file

@ -1,10 +1,10 @@
"""wutils: handy tools
"""
import subprocess
from codecs import open
from os import path
from setuptools import find_packages, setup, Command
import subprocess
from setuptools import Command, find_packages, setup
class InstallMermaidCLI(Command):