Skip to content

Commit

Permalink
Add __future__ import
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Jun 17, 2024
1 parent 1eb87f0 commit 6b87765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/ui.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from contextlib import contextmanager
from copy import deepcopy
from functools import wraps
Expand Down

0 comments on commit 6b87765

Please sign in to comment.