Skip to content

Commit

Permalink
Typo fixe: import load_source from CRABClient (#5352)
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Nov 25, 2024
1 parent d29ea99 commit da79107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/CRABClient_t/Commands_t/Commands_t.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CRABRESTModelMock
from FakeRESTServer import FakeRESTServer
from WMCore.Configuration import Configuration
from WMCore import load_source
from CRABClient import load_source
from CRABClient.Commands.server_info import server_info
from CRABClient.Commands.getoutput import getoutput
from CRABClient.Commands.publish import publish
Expand Down

0 comments on commit da79107

Please sign in to comment.