1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

[Minor] Add Missing Future Annotation

This commit is contained in:
David Sangrey 2024-03-30 16:02:54 -04:00
parent 572f724a71
commit 0d9607b4f8
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -5,6 +5,8 @@ Copyright (c) EDCD, All Rights Reserved
Licensed under the GNU General Public License.
See LICENSE file.
"""
from __future__ import annotations
import os
import pathlib
import sys