Skip to content

Commit 841880d

Browse files
committed
lint
1 parent 6f5f88e commit 841880d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/directivities/plot_directivity_3D.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import matplotlib.pyplot as plt
22
import numpy as np
3+
34
from pyroomacoustics.directivities import DirectionVector, HyperCardioid
45

56
orientation = DirectionVector(azimuth=0, colatitude=45, degrees=True)

examples/directivities/simulation_with_measured_directivity.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"""
5151

5252
import matplotlib.pyplot as plt
53+
5354
import pyroomacoustics as pra
5455
from pyroomacoustics.directivities import (
5556
Cardioid,

0 commit comments

Comments
 (0)