Skip to content

Commit

Permalink
[CLN] Move protos into IDL folder. (#1228)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
	 - Move protobufs into a top level folder so they can be shared.
 - New functionality
	 - N/A

## Test plan
*How are these changes tested?*
Existing Tests

## Documentation Changes
None
  • Loading branch information
HammadB authored Oct 13, 2023
1 parent 734b133 commit 7fd35df
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ repos:
rev: "v1.2.0"
hooks:
- id: mypy
args: [--strict, --ignore-missing-imports, --follow-imports=silent, --disable-error-code=type-abstract]
args: [--strict, --ignore-missing-imports, --follow-imports=silent, --disable-error-code=type-abstract, --config-file=./mypy.ini]
additional_dependencies: ["types-requests", "pydantic", "overrides", "hypothesis", "pytest", "pypika", "numpy", "types-protobuf", "kubernetes"]
40 changes: 0 additions & 40 deletions chromadb/proto/chroma.proto

This file was deleted.

94 changes: 45 additions & 49 deletions chromadb/proto/chroma_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fd35df

Please sign in to comment.