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 704666e commit b96dc74Copy full SHA for b96dc74
.genignore
@@ -1,7 +1,7 @@
1
# https://www.speakeasyapi.dev/docs/customize-sdks/monkey-patching
2
3
# ignore human-written files and directories
4
-src/unstructured_client/_unstructured
+# src/unstructured_client/_unstructured
5
_jupyter
6
_sample_docs
7
_test_unstructured_client
@@ -10,4 +10,4 @@ _test_unstructured_client
10
Makefile
11
12
# Ignore the general.partition code until we can fix the base_url issue
13
-src/unstructured_client/general.py
+# src/unstructured_client/general.py
0 commit comments