Skip to content

Commit

Permalink
🐛 Fix assets dev import.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Oct 20, 2019
1 parent a3dc6ac commit 482590f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dazzler/_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
with open(_asset_json_dev) as _file:
assets_dev = json.load(_file)['chunks']
else:
assets = {}
assets_dev = {}

0 comments on commit 482590f

Please sign in to comment.