Skip to content

Commit

Permalink
fixup formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jan 5, 2024
1 parent 005ad05 commit 43569fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
from subprocess import PIPE, STDOUT, TimeoutExpired
from threading import Event
from threading import Thread
from typing import Callable, TextIO, List, Optional, Tuple, Union, Type, Set, Any, TypeVar, Dict
from typing import Callable, TextIO, List, Optional, Tuple, Type, Set, Any, TypeVar, Dict

import __main__

Expand Down
1 change: 1 addition & 0 deletions tests/system_tests_http1_adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3253,6 +3253,7 @@ class Http1AdaptorConnCounter(TestCase):
Validate the HTTP1 service connection counter
"""
router: Qdrouterd

@classmethod
def setUpClass(cls):
super(Http1AdaptorConnCounter, cls).setUpClass()
Expand Down
1 change: 1 addition & 0 deletions tests/system_tests_http2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1205,6 +1205,7 @@ class Http2AdaptorConnCounter(TestCase):
Validate the HTTP/2 service connection counter
"""
router: Qdrouterd

@classmethod
def setUpClass(cls):
super(Http2AdaptorConnCounter, cls).setUpClass()
Expand Down
2 changes: 2 additions & 0 deletions tests/system_tests_tcp_adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2521,6 +2521,7 @@ class TcpAdaptorConnCounter(TestCase):
Validate the TCP service connection counter
"""
router: Qdrouterd

@classmethod
def setUpClass(cls):
super(TcpAdaptorConnCounter, cls).setUpClass()
Expand Down Expand Up @@ -2636,6 +2637,7 @@ class TcpAdaptorNoDelayedDelivery(TestCase):
Ensure long lived TCP sessions are not counted as delayed deliveries
"""
router: Qdrouterd

@classmethod
def setUpClass(cls):
super(TcpAdaptorNoDelayedDelivery, cls).setUpClass()
Expand Down

0 comments on commit 43569fa

Please sign in to comment.