Skip to content

Commit 8dab18e

Browse files
committed
fix: remove empty if statement (RUF072)
1 parent 5ed2868 commit 8dab18e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

arraycontext/impl/pytato/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"""
5353

5454
import abc
55-
import sys
5655
from dataclasses import dataclass
5756
from typing import TYPE_CHECKING, Any, cast
5857

@@ -98,9 +97,6 @@
9897

9998
from arraycontext.container import SerializationKey
10099

101-
if getattr(sys, "_BUILDING_SPHINX_DOCS", False):
102-
pass
103-
104100
import logging
105101

106102

0 commit comments

Comments
 (0)