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 dc6bce8 commit 73e8601
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_updateclomonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import tempfile
import os
import responses
import argparse

from lfx_tac_actions.updateclomonitor import main

Expand Down
1 change: 1 addition & 0 deletions test/test_updateprojects.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import tempfile
import os
import responses
import argparse

from lfx_tac_actions.updateprojects import main

Expand Down
1 change: 1 addition & 0 deletions test/test_updatetacagendaitems.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import tempfile
import os
import responses
import argparse

from lfx_tac_actions.updatetacagendaitems import main

Expand Down
1 change: 1 addition & 0 deletions test/test_updatetacmembers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import tempfile
import os
import responses
import argparse

from lfx_tac_actions.updatetacmembers import main

Expand Down

0 comments on commit 73e8601

Please sign in to comment.