Skip to content

Commit

Permalink
remove unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Aug 11, 2022
1 parent 1a30a89 commit f128d93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion inventree_zapier/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ZapierPluginVersion = "0.2"
ZapierPluginVersion = "0.2.1"
2 changes: 0 additions & 2 deletions inventree_zapier/zapier_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Plugin to integrate Zapier into InvenTree.
"""

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import json

from inventree_zapier.version import ZapierPluginVersion
Expand Down

0 comments on commit f128d93

Please sign in to comment.