Skip to content

Commit

Permalink
style(sarif-rendering): clean up imports in sarif render code
Browse files Browse the repository at this point in the history
  • Loading branch information
ReversingWithMe committed Mar 24, 2024
1 parent 15225c8 commit bdbee30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/render/sarif.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# Unless required by applicable law or agreed to in writing, software distributed under the License
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.
import sys
import json
from datetime import datetime
from rich import print

from sarif_om import Tool, SarifLog, Run, ToolComponent
from jschema_to_python.to_json import to_json
Expand Down

0 comments on commit bdbee30

Please sign in to comment.