Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc authored and mmerickel committed Aug 25, 2023
1 parent aca5337 commit 538a706
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/pkgs/static_assetspec_nulbyte/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
def includeme(config):
config.add_static_view('/', 'tests:fixtures/static')
config.add_static_view('/sub', 'tests:fixtures/static/subdir')
config.override_asset('tests:fixtures/static/subdir',
'tests:fixtures/static')
config.override_asset(
'tests:fixtures/static/subdir', 'tests:fixtures/static'
)

0 comments on commit 538a706

Please sign in to comment.