Skip to content

Commit f40625b

Browse files
clean up
1 parent 9b76a5a commit f40625b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/pycodestyle_example.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
#!/usr/bin/env bash
12
reset
23
pycodestyle examples/simple/ --exclude examples/simple/wsgi.py,examples/simple/books/migrations/,examples/simple/books/tests/,

src/rest_framework_tricks/models/fields/nested_proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Fields.
2+
Nested proxy field.
33
"""
44

55
from ...utils import DictProxy

0 commit comments

Comments
 (0)