Skip to content

Commit 20fee80

Browse files
authored
Update db_replicator.py
Extra indent
1 parent fac07e3 commit 20fee80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql_ch_replicator/db_replicator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def perform_initial_replication(self):
269269
self.clickhouse_api.database = self.target_database
270270
logger.info(f'initial replication - done')
271271

272-
def to_date_if_str(self, value):
272+
def to_date_if_str(self, value):
273273
if not isinstance(value, str):
274274
return value
275275

0 commit comments

Comments
 (0)