Remove unnecessary import in surfaces.py

This commit is contained in:
Paul Romano 2021-06-21 11:04:47 +07:00
parent 4ad8676efc
commit f9624e3e2c

View file

@ -13,7 +13,6 @@ NuScale DC application, chapter 4: https://www.nrc.gov/docs/ML1701/ML17013A274.p
"""
import copy
from math import tan, pi
import numpy as np