Skip to content

Commit

Permalink
Need two empty lines before class defintion (flake8).
Browse files Browse the repository at this point in the history
  • Loading branch information
nehpetsde committed May 24, 2017
1 parent 421b06e commit d5bf79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nfc/dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def general_bytes(self):
def role(self):
"""Role in DEP communication, either 'Target' or 'Initiator'"""


class Initiator(DataExchangeProtocol):
ROLE = "Initiator"

Expand Down

0 comments on commit d5bf79d

Please sign in to comment.