Skip to content

Commit

Permalink
move builtins to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Dec 12, 2024
1 parent 10b5c67 commit dc182ac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fiftyone/plugins/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@


PLUGIN_METADATA_FILENAMES = ("fiftyone.yml", "fiftyone.yaml")
BUILTIN_PLUGINS_DIR = os.path.join(os.path.dirname(__file__), "..", "builtins")
BUILTIN_PLUGINS_DIR = os.path.join(
os.path.dirname(__file__), "..", "..", "plugins"
)

logger = logging.getLogger(__name__)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dc182ac

Please sign in to comment.