Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
joscao committed Oct 27, 2023
1 parent 4cbcd57 commit cfc998c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions loki/analyse/util_polyhedron.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.

import numpy as np
from typing import List

import numpy as np
from loki.ir import Loop

from loki.expression import (
symbols as sym,
FindVariables,
Expand Down

0 comments on commit cfc998c

Please sign in to comment.