Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Mar 19, 2024
1 parent 96b084b commit 46f5715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/update_template.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import os

from src.IntuneCD.intunecdlib.BaseUpdateModule import BaseUpdateModule
from ...intunecdlib.BaseUpdateModule import BaseUpdateModule


class TemplateUpdateModule(BaseUpdateModule):
Expand Down

0 comments on commit 46f5715

Please sign in to comment.