Skip to content

Commit

Permalink
remove unnecessary reference to object parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Apr 13, 2023
1 parent 9330ef1 commit c78daef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np


class ProtoElectronicDensity(object):
class ProtoElectronicDensity:

def __init__(self, geometry):
self._name = geometry.name
Expand Down

0 comments on commit c78daef

Please sign in to comment.