Browse Source

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

Add some future annotations
AUTOMATIC1111 2 years ago
parent
commit
38a2324dc3
2 changed files with 3 additions and 0 deletions
  1. 1 0
      modules/sd_hijack_optimizations.py
  2. 2 0
      webui.py

+ 1 - 0
modules/sd_hijack_optimizations.py

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

+ 2 - 0
webui.py

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