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 18, 2021
1 parent 943b495 commit a0f0a46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pynq_composable/composable.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#
# SPDX-License-Identifier: BSD-3-Clause

from pynq import DefaultIP, DefaultHierarchy
from pynq.utils import ReprDict
from graphviz import Digraph
from typing import Type, Union
import json
import numpy as np
import os
import json
from .parser import HWHComposable
from pynq import DefaultIP, DefaultHierarchy
from pynq.utils import ReprDict
from .repr_dict import ReprDictComposable
from typing import Type, Union

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

0 comments on commit a0f0a46

Please sign in to comment.