Make a change to a py file to see if CI will kick off tests
This commit is contained in:
parent
a8d2724873
commit
aa9f6392c3
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# Ignore this. This is just a forced change to a Python file.
|
||||
|
||||
from .demo import DemoApp
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Reference in a new issue