Skip to content

Commit 734bccc

Browse files
committed
linter fix
1 parent 49b463f commit 734bccc

File tree

1 file changed

+1
-1
lines changed
  • behave_framework/src/minifi_test_framework/containers

1 file changed

+1
-1
lines changed

behave_framework/src/minifi_test_framework/containers/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
from typing import TYPE_CHECKING, Union
17+
from typing import TYPE_CHECKING
1818

1919
import json
2020
import logging

0 commit comments

Comments
 (0)