Skip to content

Commit

Permalink
Added note to update docs (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fl4m3Ph03n1x authored Apr 1, 2022
1 parent a98e1ad commit fed32d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions darwin/exporter/formats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from typing import List

# When updating this file, please also update the docs:
# https://docs.v7labs.com/docs/convert-1
supported_formats: List[str] = [
"coco",
"cvat",
Expand Down
2 changes: 2 additions & 0 deletions darwin/importer/formats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from typing import List

# When updating this file, please also update the docs:
# https://docs.v7labs.com/docs/import-1
supported_formats: List[str] = [
"coco",
"dataloop",
Expand Down

0 comments on commit fed32d4

Please sign in to comment.