Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit a822ce5

Browse files
committed
Fixed dependencies.
1 parent 3a5f428 commit a822ce5

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

pyTooling/TerminalUI/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
# ============================================================================
3131
#
3232
from enum import Enum, unique
33-
import os
34-
import sys
3533
from platform import system as platform_system
3634

3735
from pyTooling.Decorators import export
@@ -41,13 +39,6 @@
4139
__version__ = "1.5.0"
4240

4341

44-
from pydecor import export
45-
from pyMetaClasses import Singleton
46-
47-
48-
# __all__ = __api__
49-
50-
5142
@export
5243
class Terminal:
5344
FATAL_EXIT_CODE = 255

0 commit comments

Comments
 (0)