Skip to content

Commit

Permalink
REM: noinspection PyProtectedMember
Browse files Browse the repository at this point in the history
  • Loading branch information
clementtrebuchet committed Jul 4, 2018
1 parent 01a2ee4 commit d8213c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flaskapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def get_ptr_name(self):
return "%s.in-addr.arpa" % '.'.join(reversed(str(pget).split('.')))


# noinspection PyProtectedMember
class DataModel(object):
def __init__(self):
self.views = {
Expand Down

0 comments on commit d8213c5

Please sign in to comment.