Skip to content

Commit

Permalink
quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-latif committed Oct 2, 2019
1 parent d6cd62a commit 73c90ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Utility functions for theming tests.
"""
from __future__ import absolute_import

import os
from path import Path
Expand Down
2 changes: 1 addition & 1 deletion theming/core.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core logic for Theming.
"""
from __future__ import absolute_import
from __future__ import absolute_import, division

import os

Expand Down

0 comments on commit 73c90ba

Please sign in to comment.