Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 22, 2024
1 parent 5024f58 commit ac762e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prospector/formatters/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from abc import ABC, abstractmethod

from prospector.profiles.profile import ProspectorProfile
from prospector.profiles.profile import ProspectorProfile # pylint: disable=cyclic-import

__all__ = ("Formatter",)

Expand Down

0 comments on commit ac762e8

Please sign in to comment.