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(".")
|
||||
created = False
|
||||
|
||||
|
||||
if major == "0" and minor == "0":
|
||||
cls._db_create(execute)
|
||||
created = True
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ POLLUTANT_TYPES = {
|
|||
7: "Flocs"
|
||||
}
|
||||
|
||||
|
||||
class EditPollutantTranslate(PollutantsTranslate):
|
||||
def __init__(self):
|
||||
super(EditPollutantTranslate, self).__init__()
|
||||
|
|
|
|||
Loading…
Reference in New Issue