Skip to content

Commit

Permalink
Fix an unused import (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Jul 28, 2024
1 parent 54e23f4 commit 3d0ef27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pathlib import Path

import betty
from betty import about, fs
from betty import fs
from betty.asyncio import wait_to_thread
from betty.fs import ROOT_DIRECTORY_PATH, FileSystem
from betty.locale import LocalizerRepository
Expand Down

0 comments on commit 3d0ef27

Please sign in to comment.