Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreglaser committed Jan 30, 2023
1 parent 3843529 commit 22cd9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# SPDX-License-Identifier: Apache-2.0

from collections import namedtuple
import copy
from functools import partial
import inspect
from itertools import product
import math
import os
import copy

import numpy as np
from numpy.testing import assert_allclose, assert_array_equal
Expand Down

0 comments on commit 22cd9e3

Please sign in to comment.