narenaryan / Salary-API

Chicago city employees Salary API built in one hour with Python and Flask under 35 lines of code
116 stars 79 forks source link

Inconsistent use of tabs and spaces in indentation #4

Open ManishBeesetti opened 6 years ago

ManishBeesetti commented 6 years ago

result = {'data': [dict(zip(tuple (query.keys()) ,i)) for i in query.cursor]} ^ TabError: inconsistent use of tabs and spaces in indentation

davidporter commented 6 years ago

how was this fixed ? I have the same problem.

Ipvikukiepki-KQS commented 5 years ago

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.