Skip to content

Commit

Permalink
lint: move imports from the same module onto one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Sxderp committed Oct 28, 2024
1 parent 90f0c5d commit 528100e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions salt/transport/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import ssl
import traceback
import warnings
from abc import ABC
from abc import abstractmethod
from abc import ABC, abstractmethod

import salt.utils.stringutils

Expand Down

0 comments on commit 528100e

Please sign in to comment.