Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic committed Nov 25, 2024
1 parent 2b7a52e commit dc6bce8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/test_updateclomonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import os
import responses

from lfx_tac_actions.updateclomonitor import *
from lfx_tac_actions.updateclomonitor import main

class TestUpdateCLOMonitor(unittest.TestCase):

Expand Down
2 changes: 1 addition & 1 deletion test/test_updateprojects.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import os
import responses

from lfx_tac_actions.updateprojects import *
from lfx_tac_actions.updateprojects import main

class TestUpdateProjects(unittest.TestCase):

Expand Down
2 changes: 1 addition & 1 deletion test/test_updatetacagendaitems.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import os
import responses

from lfx_tac_actions.updatetacagendaitems import *
from lfx_tac_actions.updatetacagendaitems import main

class TestUpdateTACAgendaItems(unittest.TestCase):

Expand Down
2 changes: 1 addition & 1 deletion test/test_updatetacmembers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import os
import responses

from lfx_tac_actions.updatetacmembers import *
from lfx_tac_actions.updatetacmembers import main

class TestUpdateTACMembers(unittest.TestCase):

Expand Down

0 comments on commit dc6bce8

Please sign in to comment.