Skip to content

Commit 9218118

Browse files
RenaSpbclaude
andcommitted
fix: remove trailing whitespace in Format class
Remove trailing spaces after comments in ImageRequestOptions.Format class to pass black formatting check. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent dce0a3f commit 9218118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tableauserverclient/server/request_options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,8 @@ class Resolution:
512512
class Format:
513513
PNG = "PNG"
514514
SVG = "SVG"
515-
png = "PNG"
516-
svg = "SVG"
515+
png = "PNG"
516+
svg = "SVG"
517517

518518
def __init__(self, imageresolution=None, maxage=-1, viz_height=None, viz_width=None, format=None):
519519
super().__init__(maxage=maxage, viz_height=viz_height, viz_width=viz_width)

0 commit comments

Comments
 (0)