Skip to content

Commit

Permalink
ruff: some noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 11, 2024
1 parent cb3549a commit 7670a61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bindings/python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2015-2018, CNRS
# Authors: Justin Carpentier <[email protected]>

import numpy as np
from libmulticontact_api import *
import numpy as np # noqa: F401
from libmulticontact_api import * # noqa: F403
4 changes: 2 additions & 2 deletions bindings/python/multicontact_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2015-2018, CNRS
# Authors: Justin Carpentier <[email protected]>

import numpy as np
from multicontact_api.libmulticontact_api import *
import numpy as np # noqa: F401
from multicontact_api.libmulticontact_api import * # noqa: F403

0 comments on commit 7670a61

Please sign in to comment.