Skip to content

Commit

Permalink
all: reformat code following ruff upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed May 2, 2024
1 parent 8aa8e95 commit 0619b2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/test_facebook_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
It creates an event by going to http://www.facebook.com, login and navigate to "Create an event" page.
"""

import os
import time
import unittest
Expand Down
1 change: 1 addition & 0 deletions splinter/driver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"""
This module contains the basic API for splinter drivers and elements.
"""

from typing import Any
from typing import Optional
from typing import Type
Expand Down
1 change: 1 addition & 0 deletions tests/fake_django/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.6/ref/settings/
"""

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
import os

Expand Down

0 comments on commit 0619b2f

Please sign in to comment.