Skip to content

Commit 5964b53

Browse files
committed
adds type fixes
1 parent 4849a4b commit 5964b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aerosandbox/geometry/airfoil/airfoil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import plotly
2-
import matplotlib
1+
import plotly.graph_objects
2+
import matplotlib.figure
33
import aerosandbox.numpy as np
44
from aerosandbox.geometry.polygon import Polygon
55
from aerosandbox.geometry.airfoil.airfoil_families import (

0 commit comments

Comments
 (0)