Skip to content

Commit e36b16b

Browse files
committed
Restore users.py to save custom encryption methods
1 parent 8743230 commit e36b16b

File tree

2 files changed

+591
-0
lines changed

2 files changed

+591
-0
lines changed

.genignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ _test_unstructured_client
88
# ignore Makefile
99
Makefile
1010

11+
# No active endpoints in here, but we don't want to delete it
12+
# Hold onto the custom regions until these endpoints come back
13+
src/unstructured_client/users.py
14+
1115
# Ignore general.py so we can patch in our partitioning url
1216
# If we ever have a new endpoint under /general, we need to:
1317
# - Comment out this ignore line

0 commit comments

Comments
 (0)