Skip to content

Commit

Permalink
Sort imports alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Nov 15, 2021
1 parent 60ec721 commit 4bfdf2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pynq_composable/libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
#
# SPDX-License-Identifier: BSD-3-Clause

from enum import Enum
import numpy as np
import json
import os
from pynq import DefaultIP
from pynq.ps import CPU_ARCH, ZU_ARCH
import struct
from enum import Enum
import os
import json

__author__ = "Mario Ruiz"
__copyright__ = "Copyright 2021, Xilinx"
Expand Down

0 comments on commit 4bfdf2b

Please sign in to comment.