mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-06-05 12:07:13 +02:00
Fix for #36
This commit is contained in:
parent
59e9d47843
commit
1e6a55d06a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import time
|
||||||
import signal
|
import signal
|
||||||
import logging
|
import logging
|
||||||
import argparse
|
import argparse
|
||||||
from collections import Sequence
|
from collections.abc import Sequence
|
||||||
|
|
||||||
__version__ = "0.1"
|
__version__ = "0.1"
|
||||||
__license__ = "MIT License"
|
__license__ = "MIT License"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue