Skip to content

Commit

Permalink
remove framework_version
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Nov 30, 2018
1 parent a9f71b1 commit 88d3426
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_addon.py
Expand Up @@ -3,12 +3,8 @@

# Testing specific imports
from codequick import youtube
import codequick
from addon import main as addon

# Check witch version of codequick we are running
framework_version = codequick.__dict__.get("__version__", (0, 9, 0))


class Tester(unittest.TestCase):
def test_root(self):
Expand Down

0 comments on commit 88d3426

Please sign in to comment.