Skip to content

Commit

Permalink
Missing import "re"
Browse files Browse the repository at this point in the history
  • Loading branch information
gianelle committed Jan 17, 2023
1 parent aa4fb25 commit 48491ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ilcsoft/marlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# custom imports
from .baseilc import BaseILC
from .util import *

import re

class Marlin(BaseILC):
""" Responsible for the Marlin software installation process. """
Expand Down

0 comments on commit 48491ab

Please sign in to comment.