remove uneeded requirement from tests

This commit is contained in:
2022-05-11 12:56:52 +02:00
parent 302a6d536b
commit e69c8fea59
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -134,3 +134,4 @@ Rplots.pdf
.vscode
.RData
.Rhistory
.pre-commit-config.yaml

View File

@@ -1,5 +1,4 @@
import os
import hashlib
from ...Utils import Folders
from ..TestBase import TestBase