Skip to content

Commit

Permalink
📝add docstring to please linter
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Nov 10, 2022
1 parent abfab9a commit 68fcfd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def create_module(self, spec):
return self.load_module(spec.name)

def exec_module(self, module):
"""Executes the module. Not needed in Qiskit."""
pass

def load_module(self, fullname):
Expand Down

0 comments on commit 68fcfd9

Please sign in to comment.