You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can delete the indents of spaces and tabs before each line in the method get() of the class Departmental_Salary() and then provide proper indentation for each lines in the corresponding method.
result = {'data': [dict(zip(tuple (query.keys()) ,i)) for i in query.cursor]}
^
TabError: inconsistent use of tabs and spaces in indentation
The text was updated successfully, but these errors were encountered: