Skip to content

Commit

Permalink
Update query_joins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shaurya-blip authored Feb 7, 2022
1 parent 84cc0a4 commit fb274cb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions monday/query_joins.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,18 +457,6 @@ def delete_group_query(board_id, group_id):
return query


def get_complexity_query():
query = '''
query
{
complexity {
after,
reset_in_x_seconds
}
}'''

return query

def get_complexity_query():
query = '''
query
Expand Down

0 comments on commit fb274cb

Please sign in to comment.