X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=tests%2Fshared_dict_test.py;h=230bdb989c4c5e74c6d31cecebee3ea468b277c8;hb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;hp=0b73a45bdabbb663873c9ac883e045a642fd3cc3;hpb=c6fca944b41f292b66efaba27ebf3fd0a37956b8;p=python_utils.git diff --git a/tests/shared_dict_test.py b/tests/shared_dict_test.py index 0b73a45..230bdb9 100755 --- a/tests/shared_dict_test.py +++ b/tests/shared_dict_test.py @@ -1,5 +1,9 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + +"""shared_dict unittest.""" + import unittest import parallelize as p