Skip to content

Commit

Permalink
Remove old file
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed Jul 9, 2021
1 parent 49bdfc0 commit 6656982
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
54 changes: 0 additions & 54 deletions beeref/assets.py

This file was deleted.

2 changes: 1 addition & 1 deletion beeref/assets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

class BeeAssets:
_instance = None
PATH = os.path.join(os.path.dirname(__file__), 'assets')
PATH = os.path.dirname(__file__)

def __new__(cls, *args, **kwargs):
if not cls._instance:
Expand Down

0 comments on commit 6656982

Please sign in to comment.