We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac13863 commit 45c9acdCopy full SHA for 45c9acd
1 file changed
goose/__init__.py
@@ -20,13 +20,11 @@
20
See the License for the specific language governing permissions and
21
limitations under the License.
22
"""
23
-import sys
24
-# the default recursion limit is 1000
25
-sys.setrecursionlimit(2000)
26
import os
27
import platform
28
from tempfile import mkstemp
29
import traceback
+import sys
30
31
from goose.version import version_info, __version__
32
from goose.configuration import Configuration
0 commit comments