mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix shebang statment in unit test module
This commit is contained in:
parent
47471db40f
commit
7a07179279
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@
|
|||
import tuf.client.updater as updater
|
||||
import tuf.repository_tool as repo_tool
|
||||
import tuf.unittest_toolbox as unittest_toolbox
|
||||
import tuf._vendor.six as six
|
||||
|
||||
import six
|
||||
|
||||
# The repository tool is imported and logs console messages by default. Disable
|
||||
# console log messages generated by this unit test.
|
||||
|
|
|
|||
Loading…
Reference in a new issue