Skip to content

Commit 18bdffe

Browse files
committed
Reformat with black settings
1 parent 89c399b commit 18bdffe

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

test/test_fb_argument.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from sqlalchemy.testing import engines
22
from sqlalchemy.testing import eq_
33
from sqlalchemy.testing import fixtures
4-
54
from unittest.mock import call
65
from unittest.mock import Mock
76

test/test_fb_compile.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727

2828
class CompileTest(fixtures.TablesTest, AssertsCompiledSQL):
29-
3029
__dialect__ = FBDialect_fdb()
3130

3231
def test_alias(self):

test/test_fb_misc.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414

1515
class MiscTest(fixtures.TestBase):
16-
1716
__only_on__ = "firebird"
1817

1918
@testing.provide_metadata

test/test_suite.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ def test_standalone_bindparam_escape_expanding(self):
158158
159159
"""
160160
return
161-
161+
162162

163163
# class ExpandingBoundInTest(_ExpandingBoundInTest):
164-
# @testing.skip("firebird")
165-
# def test_null_in_empty_set_is_false(self):
166-
# # TODO: investigate why this formerly working test now fails
167-
# return
164+
# @testing.skip("firebird")
165+
# def test_null_in_empty_set_is_false(self):
166+
# # TODO: investigate why this formerly working test now fails
167+
# return
168168

169169

170170
class IdentityAutoincrementTest(_IdentityAutoincrementTest):

0 commit comments

Comments
 (0)