Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Commit bc2c716

Browse files
committed
fix: restore Python 3.8-compatible type annotation evaluation
1 parent 463562a commit bc2c716

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

dbase/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import base64
24
import json
35
import os

dbase/ansii_escape_codes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
__all__ = ['Colors', 'color']
24

35
class Colors:

0 commit comments

Comments
 (0)