Merge pull request #10580 from akx/add-some-future-annotations

Add some future annotations
This commit is contained in:
AUTOMATIC1111 2023-05-21 13:43:29 +03:00 committed by GitHub
commit 38a2324dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import annotations
import math
import sys
import traceback

View File

@ -1,3 +1,5 @@
from __future__ import annotations
import os
import sys
import time