chore: fix isort issues

This commit is contained in:
blessedcoolant 2023-09-17 12:13:03 +12:00
parent 231b7a5000
commit e0dddbd38e

View File

@ -1,8 +1,8 @@
from __future__ import annotations from __future__ import annotations
import math
from contextlib import nullcontext from contextlib import nullcontext
from dataclasses import dataclass from dataclasses import dataclass
import math
from typing import Any, Callable, List, Optional, Union from typing import Any, Callable, List, Optional, Union
import einops import einops