gstein commented on code in PR #59:
URL: https://github.com/apache/steve/pull/59#discussion_r2488499484


##########
v3/steve/vtypes/__init__.py:
##########
@@ -13,14 +12,13 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
+
+from . import yna as yna
+from . import stv as stv

Review Comment:
   this "lint fix" is improper. The name is already correct, so the "as stv" is 
redundant.
   
   Also, the imports were moved. The linter should not decide that. The TYPES 
says what will be possible, then import them. That is discussable, but not 
something for the linter to decide on its own.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to