Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Simplify imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Sadeghi committed Sep 26, 2017
1 parent 060c646 commit b45e943
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/simple_nve/simple_nve.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

from __future__ import print_function
import numpy
import simphony.engine # noqa

from simphony.api import CUDS, Simulation
from simphony.core.cuba import CUBA
from simphony import CUBA, CUDS, Simulation
from simphony.cuds.meta import api
from simphony.cuds.particles import Particle, Particles

from simphony.engine import EngineInterface

# ########################################################
Expand Down

0 comments on commit b45e943

Please sign in to comment.