Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5adac57

Browse files
committed
Trivial style update
1 parent 558ef0a commit 5adac57

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/core/agent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,7 @@ def nullAndCastField(self, field):
339339
if field:
340340
rootQuery = queries[Backend.getIdentifiedDbms()]
341341

342-
if field.startswith("(CASE") or field.startswith("(IIF") or\
343-
conf.noCast:
342+
if field.startswith("(CASE") or field.startswith("(IIF") or conf.noCast:
344343
nulledCastedField = field
345344
else:
346345
if not (Backend.isDbms(DBMS.SQLITE) and not isDBMSVersionAtLeast('3')):

0 commit comments

Comments
 (0)