Skip to content

Commit

Permalink
Remove duplicate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JanmanX committed Jan 5, 2021
1 parent 16a5026 commit f8d8ce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyvat/registries.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def check_vat_number(self, vat_number, country_code):
timeout=self.DEFAULT_TIMEOUT
)
except Timeout as e:
# Do not completely fail problematic requests.
result.log_lines.append(u'< Request to EU VIEW registry timed out:'
u' {}'.format(e))
return result
Expand Down

0 comments on commit f8d8ce5

Please sign in to comment.