mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Future annotations
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"""
|
||||
.. include:: ../README.md
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
import argparse
|
||||
import pathlib
|
||||
from importlib_metadata import metadata
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
from __future__ import annotations
|
||||
import simplejson as json
|
||||
import hashlib
|
||||
import pathlib
|
||||
|
||||
Reference in New Issue
Block a user