curds: Remove unused tags/ directory

I'm honestly surprised that this is still here

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2019-12-19 13:42:17 -05:00
parent b728137588
commit 21c23cf944
2 changed files with 0 additions and 12 deletions

View File

@ -1,5 +0,0 @@
# Copyright 2019 (c) Anna Schumaker.
class Tag:
def extract(info, key, default):
pass

View File

@ -1,7 +0,0 @@
# Copyright 2019 (c) Anna Schumaker.
from . import tag
import unittest
class TestTag(unittest.TestCase):
def test_tag_extract(self):
t = tag.Tag()