Skip to content

Commit 207aba9

Browse files
Format code with black (fix mixed tabs and spaces)
1 parent 7456b9c commit 207aba9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

snakemake/assets/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ class Assets:
9595
),
9696
# Begin dependencies for vega, included in vega/vega.js
9797
# Versions from https://github.com/vega/vega/blob/v5.21.0/yarn.lock.
98-
# Via vega-crossfilter, vega-encode, vega-format,
99-
# vega-functions, vega-geo, vega-regression, vega-scale, vega-statistics,
98+
# Via vega-crossfilter, vega-encode, vega-format,
99+
# vega-functions, vega-geo, vega-regression, vega-scale, vega-statistics,
100100
# vega-time, vega-transforms, vega-view; and via d3-geo (via vega-functions,
101101
# vega-geo, vega-projection); and via d3-geo-projection (via vega-projection)
102-
#
102+
#
103103
# This has its own dependency, internmap (1.0.1); however, while we can
104104
# find code from vega-crossfilter and d3-array in vega.js, there does
105105
# not appear to be any code from internmap after tree-shaking.

0 commit comments

Comments
 (0)