Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Apr 19, 2021
1 parent bf7bdfb commit 5337e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion devicedata/providers/puppet.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from devicedata.providers.base_provider import SoftwareEntry
from devicedata.providers.base_provider import build_full_hostname
from devicedata.providers.helpers import format_bytes
from Lagerregal import settings


class PuppetDeviceInfo(BaseDeviceInfo):
Expand Down
4 changes: 2 additions & 2 deletions mail/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"trashed": "",
"webinterface": "http://example.com"
},
"user" : {
"user": {
"username": "testuser",
"first_name": "Test",
"last_name": "User"
},
"owner" : {
"owner": {
"username": "seconduser",
"first_name": "Second",
"last_name": "User"
Expand Down

0 comments on commit 5337e44

Please sign in to comment.