mirror of https://gitlab.com/pamhyr/pamhyr2
PEP8 fix
parent
3087023caa
commit
83e0ecbdc7
|
|
@ -72,7 +72,6 @@ class D90AdisTSSpec(SQLSubModel):
|
||||||
major, minor, release = version.strip().split(".")
|
major, minor, release = version.strip().split(".")
|
||||||
created = False
|
created = False
|
||||||
|
|
||||||
|
|
||||||
if major == "0" and minor == "0":
|
if major == "0" and minor == "0":
|
||||||
cls._db_create(execute)
|
cls._db_create(execute)
|
||||||
created = True
|
created = True
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ POLLUTANT_TYPES = {
|
||||||
7: "Flocs"
|
7: "Flocs"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class EditPollutantTranslate(PollutantsTranslate):
|
class EditPollutantTranslate(PollutantsTranslate):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(EditPollutantTranslate, self).__init__()
|
super(EditPollutantTranslate, self).__init__()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue