Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / tests / shared_dict_test.py
index c8294c5bd256e9f2f81c0c0320a0ab2ca065a4ab..230bdb989c4c5e74c6d31cecebee3ea468b277c8 100755 (executable)
@@ -1,11 +1,15 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
+"""shared_dict unittest."""
+
 import unittest
 
-from collect.shared_dict import SharedDict
 import parallelize as p
 import smart_future
 import unittest_utils
+from collect.shared_dict import SharedDict
 
 
 class SharedDictTest(unittest.TestCase):