Skip to content

Commit 92305ce

Browse files
committed
Remove import of DemistoClassApiModule; Update the .gitignore
1 parent 876ddef commit 92305ce

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
.DS_Store
33
.vscode
44

5+
CommonServerPython.py
6+
CommonServerUserPython.py
7+
CommonServerPowerShell.ps1
8+
demistomock.py
9+
demistomock.ps1
10+
511
# neo4j
612
neo4j-data
713

CommonServerPython.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12083,9 +12083,6 @@ def get_server_config():
1208312083
return server_config
1208412084

1208512085

12086-
from DemistoClassApiModule import * # type:ignore [no-redef] # noqa:E402
12087-
12088-
1208912086
###########################################
1209012087
# DO NOT ADD LINES AFTER THIS ONE #
1209112088
###########################################

0 commit comments

Comments
 (0)