Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
fix: remedy static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Dec 9, 2023
1 parent abf220e commit 431abb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crowdin_nested_json_postprocessor/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# mypy: disable-error-code="import-not-found"

import os

from .postprocessor import postprocessor
import postprocessor


def main():
Expand Down

0 comments on commit 431abb0

Please sign in to comment.