diff setup.py @ 404:08a7af37f2e9

Update code with new pre-commit hooks
author Amine Sehili <amine.sehili@gmail.com>
date Sun, 26 May 2024 23:29:33 +0200
parents 30f276d1bddf
children 0f8f60771784
line wrap: on
line diff
--- a/setup.py	Sun May 26 22:43:08 2024 +0200
+++ b/setup.py	Sun May 26 23:29:33 2024 +0200
@@ -1,9 +1,9 @@
+import ast
+import re
 import sys
-import re
-import ast
+
 from setuptools import setup
 
-
 _version_re = re.compile(r"__version__\s+=\s+(.*)")
 
 with open("auditok/__init__.py", "rt") as f: