Skip to content

Commit d570173

Browse files
committed
fix: get rid of some unused method
1 parent b6cf9d8 commit d570173

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

octoprint_wrapped/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ def get_assets(self):
6565
def is_blueprint_csrf_protected(self):
6666
return True
6767

68-
def is_protected(self):
69-
return True
70-
7168
@octoprint.plugin.BlueprintPlugin.route("/<int:year>.svg", methods=["GET"])
7269
def get_svg(self, year):
7370
if (

0 commit comments

Comments
 (0)