mirror of
https://github.com/yweber/lodel2.git
synced 2026-06-09 20:40:49 +02:00
[#61] pep8 correction
This commit is contained in:
parent
8bc93a67d5
commit
7bf9ceb7a3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class LeDataSourceSQL(DummyDatasource):
|
|||
where_filters[relational_where_filters_key] = relational_where_filters_value
|
||||
|
||||
# Building the query
|
||||
query = select(query_table_name, where=where_filters, select=field_list, joins = join(self.RELATIONS_TABLE_NAME, join_fields))
|
||||
query = select(query_table_name, where=where_filters, select=field_list, joins=join(self.RELATIONS_TABLE_NAME, join_fields))
|
||||
else:
|
||||
query = select(query_table_name, where=where_filters, select=field_list)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue