Skip to content

Commit

Permalink
Remove import of DemistoClassApiModule; Update the .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhw committed Nov 21, 2024
1 parent 876ddef commit 92305ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
.DS_Store
.vscode

CommonServerPython.py
CommonServerUserPython.py
CommonServerPowerShell.ps1
demistomock.py
demistomock.ps1

# neo4j
neo4j-data

Expand Down
3 changes: 0 additions & 3 deletions CommonServerPython.py
Original file line number Diff line number Diff line change
Expand Up @@ -12083,9 +12083,6 @@ def get_server_config():
return server_config


from DemistoClassApiModule import * # type:ignore [no-redef] # noqa:E402


###########################################
# DO NOT ADD LINES AFTER THIS ONE #
###########################################
Expand Down

0 comments on commit 92305ce

Please sign in to comment.