Skip to content

Commit 2d49be9

Browse files
committed
cleanup
1 parent d948a1c commit 2d49be9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.deepsource.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ name = "python"
1414
enabled = true
1515

1616
[analyzers.meta]
17-
runtime_version = "2.x.x"
17+
runtime_version = "3.x.x"

src/sasctl/_services/concepts.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
55
# SPDX-License-Identifier: Apache-2.0
66

7-
8-
#!/usr/bin/env python
9-
# encoding: utf-8
10-
#
11-
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
12-
# SPDX-License-Identifier: Apache-2.0
13-
147
from .service import Service
158
from ..core import uri_as_str
169

0 commit comments

Comments
 (0)