Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / id_generator.py
index bcd3a833270ffcd8f69f9c53f5a036d2c711566e..d4c70166bb3c52974793840cb8bebbf288500a49 100644 (file)
@@ -34,4 +34,5 @@ def get(name: str, *, start=0) -> int:
 
 if __name__ == '__main__':
     import doctest
+
     doctest.testmod()