drop object superclass
This commit is contained in:
parent
5b1e758c27
commit
b703f1ee20
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ __author__ = 'Jan Petykiewicz'
|
|||
jinja_env = jinja2.Environment(loader=jinja2.PackageLoader(__name__.split('.')[0], 'kernels'))
|
||||
|
||||
|
||||
class Simulation(object):
|
||||
class Simulation:
|
||||
r"""
|
||||
Constructs and holds the basic FDTD operations and related fields
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue