Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Apr 21, 2021
1 parent 4ce2197 commit 9a88b02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DIRAC/Core/Utilities/DIRACScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,3 @@ def _getExtensionMetadata(extensionName):
for entrypoint in metadata.entry_points()['dirac']:
if extensionName == _entrypointToExtension(entrypoint):
return entrypoint.load()()

0 comments on commit 9a88b02

Please sign in to comment.