Future annotations

This commit is contained in:
2023-03-08 15:38:55 +01:00
parent 7c4fd8d160
commit 39912002f2
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"""
.. include:: ../README.md
"""
from __future__ import annotations
import argparse
import pathlib
from importlib_metadata import metadata

View File

@@ -1,3 +1,4 @@
from __future__ import annotations
import simplejson as json
import hashlib
import pathlib