Skip to content

Commit b0412d7

Browse files
committed
Chore: Format code with Black 23
1 parent e5aeef3 commit b0412d7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

lorrystream/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def decode_mqtt_json(msg):
5959

6060
class ChannelFactory:
6161
def __init__(self, source: str, sink: t.Union[str, t.Callable]):
62-
6362
self.source: Source
6463
self.sink: t.Union[None, t.Callable]
6564

lorrystream/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def __init__(self, url):
4040
self.url = urlparse(url)
4141

4242
def get_database(self):
43-
4443
# Try to get database name from query parameter.
4544
database = self.get_query_param("database")
4645

tests/test_engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ async def __aexit__(self, exc_type, exc_value, exc_tb):
3939

4040
@pytest.mark.asyncio_cooperative
4141
async def test_dataframe_to_sql(mosquitto, cratedb, capmqtt):
42-
4342
cratedb.reset()
4443

4544
database_url = cratedb.get_connection_url()

0 commit comments

Comments
 (0)