Skip to content

Commit

Permalink
Fix for tests: import division from future module
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Rosemann committed Nov 12, 2016
1 parent 6b6da41 commit 1d6fbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/test/test_parsing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
"""Tests parsing functions to parse information from filenames and to python objects."""
# pylint:disable=redefined-outer-name
from __future__ import division
from datetime import datetime
import numpy as np
import pytz
Expand Down

0 comments on commit 1d6fbd4

Please sign in to comment.