Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 16, 2024
1 parent 0897afc commit 0dc964f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions salt/loader/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import collections.abc
import contextlib
import copy
import logging
import traceback

try:
# Try the stdlib C extension first
Expand All @@ -17,8 +15,6 @@

import salt.exceptions

log = logging.getLogger(__name__)

DEFAULT_CTX_VAR = "loader_ctxvar"

loader_ctxvar = contextvars.ContextVar(DEFAULT_CTX_VAR)
Expand Down

0 comments on commit 0dc964f

Please sign in to comment.