Skip to content

Commit 80a32ac

Browse files
committed
fix minor errors
1 parent e1d8ff0 commit 80a32ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_port_an.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import time
22
import os
3+
import pytest
34

45
from swsscommon import swsscommon
56

tests/test_storm_control.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import time
55
import json
66
from distutils.version import StrictVersion
7+
import pytest
78

89
class TestStormControl(object):
910
def setup_db(self,dvs):

0 commit comments

Comments
 (0)