Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: PeganovAnton <PeganovAnton@users.noreply.github.com>
  • Loading branch information
PeganovAnton committed Oct 2, 2024
1 parent 8004a3f commit 71ada60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup_export.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import setuptools
import os

import setuptools


def req_file(filename, folder="requirements"):
with open(os.path.join(folder, filename), encoding='utf-8') as f:
Expand Down

0 comments on commit 71ada60

Please sign in to comment.