fix: Added missing newlines after merge (for pre-commit checks)

This commit is contained in:
Philipp Gruener 2024-07-16 22:52:31 +02:00
parent efc9bdd4f6
commit ffcd6d1ff5

View file

@ -1080,6 +1080,7 @@ class TestSqlIterator(FrappeTestCase):
with frappe.db.unbuffered_cursor():
self.test_db_sql_iterator()
class ExtFrappeTestCase(FrappeTestCase):
def assertSqlException(self):
class SqlExceptionContextManager:
@ -1259,6 +1260,7 @@ class TestPostgresSchemaQueryIndependence(ExtFrappeTestCase):
del frappe.conf["db_schema"]
class TestDbConnectWithEnvCredentials(FrappeTestCase):
current_site = frappe.local.site