Skip to content

Commit 004a136

Browse files
committed
code style
1 parent 892778a commit 004a136

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mergin/merginproject.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -734,12 +734,12 @@ def resolve_unfinished_pull(self, user_name):
734734

735735
def set_tables_to_skip(self, tables):
736736
"""
737-
Set list of tables to exclude from geodiff operations. Once defined, these
738-
tables will be excluded from the following operations: create changeset,
739-
apply changeset, rebase, get database schema, dump database contents, copy
740-
database between different drivers.
737+
Set list of tables to exclude from geodiff operations. Once defined, these
738+
tables will be excluded from the following operations: create changeset,
739+
apply changeset, rebase, get database schema, dump database contents, copy
740+
database between different drivers.
741741
742-
Tables passes as semicolon separated list, e.g. "table1;table2;...;tableN".
743-
If empty string is passed, list will be reset.
742+
Tables passes as semicolon separated list, e.g. "table1;table2;...;tableN".
743+
If empty string is passed, list will be reset.
744744
"""
745745
self.geodiff.set_tables_to_skip(tables)

0 commit comments

Comments
 (0)