Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeininger committed Mar 8, 2022
1 parent 20561f3 commit 2fd423d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions oereb_client/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def includeme(config):
Args:
config (pyramid.config.Configurator): The application's configuration object.
"""

# Static views
config.add_static_view('static', 'oereb_client:static', cache_max_age=3600)

Expand Down
3 changes: 2 additions & 1 deletion samples/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

class Sample(object):
def __init__(self, request):
"""Entry point for sample rendering.
"""
Entry point for sample rendering.
Args:
request (pyramid.request.Request): The request instance.
Expand Down

0 comments on commit 2fd423d

Please sign in to comment.