Skip to content

Commit

Permalink
lint: fix some style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooble committed Jun 18, 2019
1 parent 829a91d commit e667bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pycounter/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class Sushi5Error(SushiException):
"""

def __init__(self, message, severity, code):
super(Sushi5Error, self).__init__(message)
self.message = message
self.severity = severity
self.code = code
Expand Down
2 changes: 1 addition & 1 deletion pycounter/test/counter5/test_sushi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import io
import os

from httmock import HTTMock, all_requests
from httmock import all_requests, HTTMock
import pytest

import pycounter.exceptions
Expand Down

0 comments on commit e667bf7

Please sign in to comment.