mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-14 17:12:49 +08:00
Add isort pre-commit and run (#68)
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
# Copyright © 2023 Apple Inc.
|
||||
|
||||
import itertools
|
||||
import unittest
|
||||
|
||||
import itertools
|
||||
import mlx.core as mx
|
||||
import numpy as np
|
||||
|
||||
import mlx_tests
|
||||
import numpy as np
|
||||
|
||||
|
||||
class TestFFT(mlx_tests.MLXTestCase):
|
||||
|
||||
Reference in New Issue
Block a user