Skip to content

Commit

Permalink
fix: formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Nov 30, 2022
1 parent 79e6122 commit 2611028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/plotter/cmsl1t/efficiency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ styles:
legend:
show: true
kwargs:
loc: 'lower right'
loc: "lower right"
fontsize: 16
title_fontsize: 16
alignment: 'left'
alignment: "left"
axes:
ylimits: [0, 1.12]
ymajor_ticks: 6
Expand Down
2 changes: 0 additions & 2 deletions src/fasthep_cli/_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
from __future__ import annotations

import os
from typing import Any

import rich
import yaml


def _run_checks(
Expand Down

0 comments on commit 2611028

Please sign in to comment.