Skip to content

Commit

Permalink
chore(frontend-python): fix pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Aug 1, 2023
1 parent f6599a9 commit 883f19f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Declaration of `Compiler` class.
"""

# pylint: disable=import-error,no-name-in-module

import inspect
import os
import traceback
Expand All @@ -22,6 +24,8 @@
from .configuration import Configuration
from .utils import fuse

# pylint: enable=import-error,no-name-in-module


@unique
class EncryptionStatus(str, Enum):
Expand Down

0 comments on commit 883f19f

Please sign in to comment.