Fix import order of normalizing_flow (#326)

This commit is contained in:
AtomicVar
2024-01-17 00:45:55 +08:00
committed by GitHub
parent 2287294723
commit ce7b65e8c4
3 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# Copyright © 2023-2024 Apple Inc.
from typing import Tuple, Optional, Union
import math
from typing import Optional, Tuple, Union
import mlx.core as mx