Skip to content

Commit

Permalink
fixed pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberark-bizdev committed Sep 28, 2023
1 parent a5a6f83 commit f79c5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "cyberark"
name: "pas"
version: "1.0.22"
version: "1.0.23"
readme: README.md
authors:
- CyberArk Business Development (@cyberark-bizdev)
Expand Down
6 changes: 1 addition & 5 deletions plugins/event_source/syslog.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/usr/bin/python3
# Copyright: (c) 2017, Ansible Project
# GNU General Public License v3.0+
# (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import (absolute_import, division, print_function)


Expand Down Expand Up @@ -165,7 +161,7 @@ async def main(queue: asyncio.Queue, args: Dict[str, Any]):
finally:
transport.close()


if __name__ == "__main__":

class MockQueue:
Expand Down

0 comments on commit f79c5b5

Please sign in to comment.