sourize commited on
Commit ·
5535d80
1
Parent(s): 206fb7a
Updated Code
Browse files- utils/renderer.py +1 -1
utils/renderer.py
CHANGED
|
@@ -5,7 +5,7 @@ import time
|
|
| 5 |
import logging
|
| 6 |
import subprocess
|
| 7 |
from pathlib import Path
|
| 8 |
-
from typing import Tuple, Optional
|
| 9 |
|
| 10 |
from config.settings import QUALITY_SETTINGS, APP_SETTINGS
|
| 11 |
from config.constants import (
|
|
|
|
| 5 |
import logging
|
| 6 |
import subprocess
|
| 7 |
from pathlib import Path
|
| 8 |
+
from typing import Tuple, Optional, Any
|
| 9 |
|
| 10 |
from config.settings import QUALITY_SETTINGS, APP_SETTINGS
|
| 11 |
from config.constants import (
|