Skip to content

Commit

Permalink
Upgrade of blade.py and test_blade.py: check of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ggurioli committed Mar 25, 2021
1 parent 04c7f05 commit 5ff95fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_blade.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from unittest import TestCase
import bladex.profiles as pr
import blade as bl
import bladex.blade as bl
import numpy as np
import os
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 5ff95fc

Please sign in to comment.