Fix: new version golangci-lint check
This commit is contained in:
parent
917c1cd699
commit
df15e173fc
1 changed files with 1 additions and 2 deletions
|
@ -434,8 +434,7 @@ func parseScript(cfg *RawConfig) error {
|
||||||
return fmt.Errorf("initialized script module failure, can't find script code in the config file")
|
return fmt.Errorf("initialized script module failure, can't find script code in the config file")
|
||||||
}
|
}
|
||||||
|
|
||||||
content :=
|
content := `# -*- coding: UTF-8 -*-
|
||||||
`# -*- coding: UTF-8 -*-
|
|
||||||
|
|
||||||
from datetime import datetime as whatever
|
from datetime import datetime as whatever
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue