Skip to content

Commit

Permalink
fix some bugz
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad Bastin committed Nov 1, 2023
1 parent 3b4f72d commit c52b8fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions tokenTap/constraints.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from core.constraints import ConstraintVerification
from core.utils import TimeUtils
from faucet.constraints import OptimismHasClaimedGasInThisRound # noqa: F401
from faucet.models import ClaimReceipt

# class OncePerWeekVerification(ConstraintVerification):
Expand Down
2 changes: 1 addition & 1 deletion tokenTap/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

from authentication.models import NetworkTypes, UserProfile
from core.models import UserConstraint
from faucet.constraints import OptimismHasClaimedGasInThisRound
from faucet.models import Chain, ClaimReceipt

from .constraints import (
OnceInALifeTimeVerification,
OncePerMonthVerification,
OptimismHasClaimedGasInThisRound,
TimeUtils,
)

Expand Down
1 change: 1 addition & 0 deletions tokenTap/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
ConstraintVerification,
OnceInALifeTimeVerification,
OncePerMonthVerification,
OptimismHasClaimedGasInThisRound,
)


Expand Down
1 change: 1 addition & 0 deletions tokenTap/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
ConstraintVerification,
OnceInALifeTimeVerification,
OncePerMonthVerification,
OptimismHasClaimedGasInThisRound,
)
from .helpers import (
create_uint32_random_nonce,
Expand Down

0 comments on commit c52b8fe

Please sign in to comment.