Skip to content

Commit

Permalink
Simplify logical expression using De Morgan identities
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
Frix-x and sourcery-ai[bot] authored Nov 23, 2024
1 parent 316c811 commit d67a901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaketune/graph_creators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def get_shaper_calibrate_module():
if not os.environ.get('SHAKETUNE_IN_CLI') == '1':
if os.environ.get('SHAKETUNE_IN_CLI') != '1':
from ... import shaper_calibrate
else:
shaper_calibrate = sys.modules['shaper_calibrate']
Expand Down

0 comments on commit d67a901

Please sign in to comment.