Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Aug 29, 2023
1 parent 1ccf8a8 commit 5e94b13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/utils/test_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import unittest

import numpy as np
from cflib.utils.encoding import compress_quaternion, decompress_quaternion

from cflib.utils.encoding import compress_quaternion
from cflib.utils.encoding import decompress_quaternion


class EncodingTest(unittest.TestCase):
Expand Down

0 comments on commit 5e94b13

Please sign in to comment.