CheckPointSW / CheckPointAnsibleMgmtCollection

This Ansible collection provides control over a Check Point Management server using Check Point's web-services APIs.
https://galaxy.ansible.com/check_point/mgmt
Apache License 2.0
40 stars 30 forks source link

Cleaned up unused import call to ansible.module_utils.connection #129

Closed epacific1 closed 8 months ago

epacific1 commented 8 months ago

One file needed to be modified. There was an unnecessary import call to ansible.module_utils.connection. I commented out the line and added an inline comment regarding the modification made.

epacific1 commented 8 months ago

Closing PR due to minor changes.