mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fixed for mypy errros
This commit is contained in:
parent
bd4b6f181b
commit
54f9b9b988
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# mypy: disable-error-code="no-redef"
|
||||
|
||||
import re
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
|
Loading…
Add table
Reference in a new issue