From a1d407267b083780505e9151727c99221771d5cc Mon Sep 17 00:00:00 2001 From: raj bunsha Date: Fri, 16 Feb 2024 18:33:04 +0530 Subject: [PATCH] Trimmed trailing whitespace --- tests/integration/conftest.py | 2 +- tests/unit/conftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 4e581bd1..8dffd8d7 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -189,7 +189,7 @@ def __init__(self, *args, **kwargs): def open(self, func): func() - + def exec(self): return 1 diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index fecaed64..2d689d40 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -85,7 +85,7 @@ def __init__(self, *args, **kwargs): def open(self, func): func() - + def exec(self): return 1