We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876ddef commit 92305ceCopy full SHA for 92305ce
.gitignore
@@ -2,6 +2,12 @@
2
.DS_Store
3
.vscode
4
5
+CommonServerPython.py
6
+CommonServerUserPython.py
7
+CommonServerPowerShell.ps1
8
+demistomock.py
9
+demistomock.ps1
10
+
11
# neo4j
12
neo4j-data
13
CommonServerPython.py
@@ -12083,9 +12083,6 @@ def get_server_config():
12083
return server_config
12084
12085
12086
-from DemistoClassApiModule import * # type:ignore [no-redef] # noqa:E402
12087
-
12088
12089
###########################################
12090
# DO NOT ADD LINES AFTER THIS ONE #
12091
0 commit comments