aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-06-24 16:36:16 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-06-25 00:08:58 +0530
commit54007a45f11ed730352324289b714baefd2901eb (patch)
treebbaf83c77c3f81c5ca92d64a0679913fbcb365db /test/test_utils.py
parentac668111128b5f124b4271b3aa4c35f6e71a4749 (diff)
downloadhypervideo-pre-54007a45f11ed730352324289b714baefd2901eb.tar.lz
hypervideo-pre-54007a45f11ed730352324289b714baefd2901eb.tar.xz
hypervideo-pre-54007a45f11ed730352324289b714baefd2901eb.zip
[cleanup] Consistent style for file heads
Diffstat (limited to 'test/test_utils.py')
-rw-r--r--test/test_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_utils.py b/test/test_utils.py
index 38647adb4..8024a8e7c 100644
--- a/test/test_utils.py
+++ b/test/test_utils.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
+
# Allow direct execution
-import contextlib
import os
import sys
import unittest
@@ -8,7 +8,7 @@ import unittest
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
-# Various small unit tests
+import contextlib
import io
import itertools
import json