Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Aug 1, 2024
1 parent 806ad2c commit 8d318cc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/pytests/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from pytests.startup import startup
from app.startup import startup

from nicegui import app, ui

Expand Down
2 changes: 1 addition & 1 deletion examples/pytests/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Generator

import pytest
from pytests.startup import startup
from app.startup import startup

from nicegui.testing import Screen, User

Expand Down

0 comments on commit 8d318cc

Please sign in to comment.