Update queries.py
Browse files- queries.py +2 -1
queries.py
CHANGED
@@ -570,6 +570,7 @@ queries = {
|
|
570 |
)
|
571 |
and
|
572 |
collection_partner <> 'fynd'
|
573 |
-
|
|
|
574 |
# Add more queries as needed
|
575 |
}
|
|
|
570 |
)
|
571 |
and
|
572 |
collection_partner <> 'fynd'
|
573 |
+
'''
|
574 |
+
|
575 |
# Add more queries as needed
|
576 |
}
|