Skip to content

Commit

Permalink
update list
Browse files Browse the repository at this point in the history
  • Loading branch information
gt732 committed Feb 7, 2023
1 parent c09de9a commit 18775ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nornir_pyfgt/plugins/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
from .pyfgt_post_url import pyfgt_post_url
from .pyfgt_put_url import pyfgt_put_url
from .pyfgt_delete import pyfgt_delete
from .pyfgt_policy_get import pyfgt_policy_get
from .pyfgt_policy_move import pyfgt_policy_move
from .pyfgt_policy_create import pyfgt_policy_create
from .pyfgt_policy_delete import pyfgt_policy_delete

Expand All @@ -43,10 +41,7 @@
"pyfgt_post_url",
"pyfgt_put_url",
"pyfgt_delete",
"pyfgt_policy_move",
"pyfgt_policy_rename",
"pyfgt_policy_create",
"pyfgt_policy_delete",
"pyfgt_policy_get",

)

0 comments on commit 18775ce

Please sign in to comment.