Skip to content

Commit

Permalink
Move __future__ import to top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
crcollins committed Mar 13, 2019
1 parent 65900e5 commit 256e2b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chemtools/fileparser.py
Expand Up @@ -18,12 +18,11 @@
returning values as strings. This has a slight drawback when the parsers
collect information with more complex types (such as vectors).
"""

from __future__ import print_function

import os
import multiprocessing
import logging
from __future__ import print_function

try:
# Fix for issues with openblas and multiprocessing
Expand Down

0 comments on commit 256e2b2

Please sign in to comment.