replace settings=None with {}

This commit is contained in:
Jesusbill
2021-03-25 00:54:42 +01:00
parent d77bc6bdaa
commit 9c00872a57
94 changed files with 94 additions and 94 deletions
@@ -3,7 +3,7 @@ import ifcopenshell.util.schema
import ifcopenshell.util.date
class Usecase:
def __init__(self, file, settings=None):
def __init__(self, file, settings={}):
self.file = file
self.settings = {
"classification": None,