Skip to content

Commit

Permalink
absolute import
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jun 30, 2018
1 parent 390ec7d commit db3cec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/magic/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python


from __future__ import print_function, division
from __future__ import print_function, division, absolute_import
import magic
import pandas as pd
import numpy as np
Expand Down

0 comments on commit db3cec0

Please sign in to comment.