Skip to content

Commit

Permalink
fix(test): address ruff warning
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
  • Loading branch information
cmatsuoka committed Aug 29, 2023
1 parent 4a4f1ff commit 6fc46f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_build_properties(cls):

def pull(self):
super().pull()
x = snapcraft.sources.get
print(snapcraft.sources.get)

def build(self):
return self.run(["touch", "build-stamp"], self.installdir)

0 comments on commit 6fc46f2

Please sign in to comment.