Required py packages defined in file

Removed unused pytest package from utils
This commit is contained in:
2021-10-03 19:15:43 +02:00
parent 4c30bbd464
commit f58b33f08a
2 changed files with 23 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/usr/python3
import os
import yaml
import pytest
def loadYaml(filePath):
with open(filePath, "r") as stream: