Skip to content

Commit

Permalink
fix a set of lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Aug 20, 2024
1 parent dc411e0 commit f77cd5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sipssert/tasks_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##

import os

"""Implements the behavior of a list of tasks"""

import time
import importlib
from sipssert import logger
from sipssert.task import State
from sipssert.testing import TestStatus
from sipssert.config import ConfigLevel

"""Implements the behavior of a list of tasks"""

TIMEOUT_GRANULARITY = 0.1 # seconds

class TasksList(list):
Expand Down

0 comments on commit f77cd5a

Please sign in to comment.