Skip to content

Commit eeb537e

Browse files
committed
formatting fixes
1 parent dc5f099 commit eeb537e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

supertokens_python/constants.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,18 @@
1111
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
14-
SUPPORTED_CDI_VERSIONS = ["2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15", "2.16", "2.17", "2.18"]
14+
SUPPORTED_CDI_VERSIONS = [
15+
"2.9",
16+
"2.10",
17+
"2.11",
18+
"2.12",
19+
"2.13",
20+
"2.14",
21+
"2.15",
22+
"2.16",
23+
"2.17",
24+
"2.18",
25+
]
1526
VERSION = "0.12.2"
1627
TELEMETRY = "/telemetry"
1728
USER_COUNT = "/users/count"

0 commit comments

Comments
 (0)