Skip to content

Commit

Permalink
flow_operations: unnecessary import deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
CSRavasio committed Nov 30, 2021
1 parent 5b7b074 commit 7652a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oflibnumpy/flow_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import numpy as np
from typing import Union
from .flow_class import Flow
from .utils import validate_shape, get_valid_ref
from .utils import validate_shape


FlowAlias = 'Flow'
Expand Down

0 comments on commit 7652a6e

Please sign in to comment.