Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
🚚 Move out sources.yml (#565)
Browse files Browse the repository at this point in the history
* 🚚 Move out sources.yml

* πŸ’š Fix

* πŸ’š Fix
  • Loading branch information
sunnyosun authored May 15, 2024
1 parent 65525ca commit 2c81705
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bionty_base/_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,13 @@ def versionsdir(self, versionsdir: Union[str, Path]):
self._versionsdir = Path(versionsdir).resolve()
self._versionsdir.mkdir(exist_ok=True, parents=True) # type: ignore

@property
def sources_dir(self):
return ROOT_DIR / "sources"

@property
def local_sources(self):
return self.versionsdir / "sources_local.yaml"

@property
def public_sources(self):
return self.sources_dir / "sources.yaml"
return ROOT_DIR / "sources.yaml"

@property
def current_sources(self):
Expand Down
File renamed without changes.

0 comments on commit 2c81705

Please sign in to comment.