1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37:14 +03:00

[Minor] Add Missing Future Annotation

This commit is contained in:
David Sangrey 2024-03-30 16:02:54 -04:00
parent 7a030cd7f4
commit 96be38d85b
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