Skip to content

Commit

Permalink
fix flake3 f401 (NewFuture#374)
Browse files Browse the repository at this point in the history
* fix flake3

* Update config.py
  • Loading branch information
NewFuture authored Nov 28, 2022
1 parent 3680c20 commit c3c752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from argparse import ArgumentParser, ArgumentTypeError, Namespace, RawTextHelpFormatter
from argparse import ArgumentParser, ArgumentTypeError, Namespace, RawTextHelpFormatter # noqa: F401
from json import load as loadjson, dump as dumpjson
from logging import error
from os import stat, environ
Expand Down

0 comments on commit c3c752d

Please sign in to comment.