Skip to content

Commit

Permalink
nit: fix flake8 line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovalido committed Oct 23, 2024
1 parent 7f627e0 commit 6e09e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/deploy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# SPDX-License-Identifier: BUSL-1.1
import os

from brownie import accounts, VeSugar, LpSugar, LpSugarModule, RelaySugar, FactoryRegistry
from brownie import accounts, VeSugar, LpSugar, RelaySugar, FactoryRegistry
from brownie import LpSugarModule


def main():
Expand Down

0 comments on commit 6e09e8d

Please sign in to comment.