Skip to content

Commit

Permalink
add missing lines obligatory at the top of every python file
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Dec 30, 2017
1 parent d864e71 commit bae0ab9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_exceptions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function, unicode_literals

import json
from unittest import TestCase

Expand Down

0 comments on commit bae0ab9

Please sign in to comment.