Skip to content

Commit d816894

Browse files
committed
all CI tests ran successfullly with no failures 1
1 parent 44c97e5 commit d816894

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/python/picongpu/pypicongpu/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
from .output.macro_particle_count import MacroParticleCount
66
from .output.png import Png
77
from .output.checkpoint import Checkpoint
8-
<<<<<<< HEAD
98
from .field_solver.DefaultSolver import Solver
109
from .field_solver.Yee import YeeSolver
1110
from .field_solver.Lehe import LeheSolver
12-
=======
1311
from .output.openpmd import OpenPMD
1412
from .output.openpmd_sources.source_base import SourceBase
15-
>>>>>>> 584e3a112 (adding schema for openpmd plugin)
13+
1614

1715
from . import laser
1816
from . import grid

0 commit comments

Comments
 (0)