Skip to content

Commit

Permalink
Fix bad imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 13, 2016
1 parent d072329 commit 90d37d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# Allows from pymatgen import <class> for quick usage.

from .core import *
from .serializers.json_coders import pmg_dump, pmg_load
from .electronic_structure.core import Spin, Orbital
from .io.smart import read_structure, write_structure, read_mol, write_mol
from .matproj.rest import MPRester
from monty.json import MontyEncoder, MontyDecoder, MSONable

0 comments on commit 90d37d4

Please sign in to comment.