Skip to content

Commit 9d77825

Browse files
Copilotdkropachev
andcommitted
Remove extra blank line in test file
- Clean up formatting for consistency Co-authored-by: dkropachev <[email protected]>
1 parent 37fbec8 commit 9d77825

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_policies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ def test_wrong_dc(self, policy_specialization, constructor_args):
531531
qplan = list(policy.make_query_plan())
532532
assert len(qplan) == 0
533533

534-
535534
class DCAwareRoundRobinPolicyTest(unittest.TestCase):
536535

537536
def test_default_dc(self):

0 commit comments

Comments
 (0)