Commit d1750e5e authored by AUTOMATIC1111's avatar AUTOMATIC1111

fix linter errors

parent c5a0c59a
...@@ -9,11 +9,8 @@ from __future__ import annotations ...@@ -9,11 +9,8 @@ from __future__ import annotations
import functools import functools
from dataclasses import dataclass from dataclasses import dataclass
from typing import Callable from typing import Callable
from typing_extensions import Literal
import logging
from functools import wraps, cache from functools import wraps, cache
from contextlib import contextmanager
import math import math
import torch.nn as nn import torch.nn as nn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment