CygnusNetworks/pypureomapi

TabError: inconsistent use of tabs and spaces in indentation

Closed this issue · 2 comments

def lookup_host_by_ip(self, ip):

Trying to import as a module and there is a tab used before this def where all others have spaces?

Backwards I am, this def has leading spaces where all others are tabs

yes, thanks for reporting. Seems I have not carefully check indents on one of the merges. Fixed in 2733d21