Skip to content

Commit

Permalink
Disable cyclic-import for temporary_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneTorap committed Jul 22, 2023
1 parent 6b4d916 commit f5972f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/temporary_cache/commands/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# pylint: disable=cyclic-import
import logging
from abc import ABC, abstractmethod

Expand Down

0 comments on commit f5972f0

Please sign in to comment.