Skip to content

Commit b6a893a

Browse files
committed
Fix quotes on webpack_loader init file
1 parent f69715a commit b6a893a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack_loader/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__author__ = "Owais Lone"
2-
__version__ = "1.5.0"
1+
__author__ = 'Owais Lone'
2+
__version__ = '1.5.0'
33

44
import django
55

0 commit comments

Comments
 (0)