--- a/src/pyams_utils/tests/test_utilsdocstrings.py Wed Nov 27 16:46:35 2019 +0100
+++ b/src/pyams_utils/tests/test_utilsdocstrings.py Tue Jun 23 12:53:06 2020 +0200
@@ -14,17 +14,17 @@
##############################################################################
"""
-Generic Test case for pyams_utils doc strings
+Generic test case for pyams_utils docstrings
"""
-__docformat__ = 'restructuredtext'
-
import doctest
import os
import unittest
from pyams_utils.tests import get_package_dir
+__docformat__ = 'restructuredtext'
+
CURRENT_DIR = os.path.abspath(os.path.dirname(__file__))